Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Orders error with mutilple time frame

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

    Orders error with mutilple time frame

    Hi,
    I am developing a strategy on 5 min chart with 1440 min like second time frame that is simple breakout of yesterday high/low...
    without second series it works fine, but when I add 1440 min it try to place orders not only yesterday high/low, but also High/low of 2 days ago, 3 days ago, ecc...
    can you help me?

    thank you

    #2
    Hello kantkant2,

    Thanks for your post.

    As you are adding a data series you are creating a multi-time frame script. There are a number of Multi-time frame considerations that will affect the script performance which are identified in this recommended reading section of the helpguide: https://ninjatrader.com/support/help...nstruments.htm

    With reference to the linked helpguide section, are you isolating your code by the BarsInProgress? The 1440 minute bar will also call the OnBarUpdate() method and when it does all references will switch to that data series and this may (or may not) be the issue.

    Edit: Removed NT8 helpguide link and replaced with NT7 helpguide link.

    Comment


      #3
      Yes, I Have isolated with BarsInProgress == 0 and also barsInProgress == 1 return...
      aftyer that no more orders are stored, but strategy doesn't work at all....

      Comment


        #4
        Hello kantkant2,

        Thanks for your post.

        If you have both BarsInProgress 0 and 1 returning then no code below that would execute.

        Please post your code file as an attachment (attach the source code file with the name of the strategy .CS file found in Documents>NinjaTrader7>bin>Custom>Strategy>

        Alternatively, please feel free to write into PlatformSupport[at]NinjaTrader[dot]Com and send in your .CS file. Mark the e-mail Atten:Paul and include a link to this thread.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        569 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        330 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        548 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        548 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X