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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    63 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    35 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    54 views
    1 like
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    61 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    48 views
    0 likes
    Last Post CarlTrading  
    Working...
    X