Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multi-TimePeriod and Set() methods

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

    Multi-TimePeriod and Set() methods

    The Manual has the following
    1. Should you have multiple Bars objects of the same instrument and are using Set() methods in your strategy, you should only submit orders for this instrument to the first Bars context of that instrument. This is to ensure your order logic is processed correctly and any necessary order amendments are done properly.
    I understand this to apply to SetProfitTarget() and SetStopLoss() etc, but not too EnterLong() or EnterShort().

    So, if a strategy is using EnterLong() and EnterShort(), there will be no problem submitting orders to the second Bars context of that strategy even if both Bars objects refer to the same instrument.

    Is this correct?

    #2
    Yes, that is correct as these methods have a barsInProgress property you can use to specify the bar.
    MatthewNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

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