Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Buys/Sells on different bar series

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Buys/Sells on different bar series

    Hey guys just wondering if this is possible in NT script? I have a strategy that buys ES futures on the 1 minute series (thats a secondary series in my strategy) then it sells the trade on the 1 bar renko data series which is the primary series in my strategy, however, I noticed that in some cases the strategy will show a sell before a buy at a lower price as a stopout for example the sell at 2020.5 at 10:45:36 seconds and buy at 2021 at 10:46:00 am. Should I be keeping the entries/exits within the same bar series to avoid this problem?

    #2
    Hello elitetradernyc,

    Thank you for your post.

    If you are using the managed approach your Exit() method will not submit an order unless you are in a position. In addition, this idea will work on historical data/backtesting but in real-time the orders will be executed on the instrument price data not any specific bar series.

    Comment


      #3
      I posted an image from my backtest I am using ExitLong(1,"signal1","signal2");

      Comment


        #4
        Hello elitetradernyc,

        Thank you for your response.

        Please refer to the thread at the following link and let me know if you have any questions: http://www.ninjatrader.com/support/f...ad.php?t=42075

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by judysamnt7, 03-13-2023, 09:11 AM
        4 responses
        59 views
        0 likes
        Last Post DynamicTest  
        Started by ScottWalsh, Today, 06:52 PM
        4 responses
        36 views
        0 likes
        Last Post ScottWalsh  
        Started by olisav57, Today, 07:39 PM
        0 responses
        7 views
        0 likes
        Last Post olisav57  
        Started by trilliantrader, Today, 03:01 PM
        2 responses
        21 views
        0 likes
        Last Post helpwanted  
        Started by cre8able, Today, 07:24 PM
        0 responses
        10 views
        0 likes
        Last Post cre8able  
        Working...
        X