Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

managing order exit with 2 different strats

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

    managing order exit with 2 different strats

    I am runing two strategies on the same instrument. On theory, they never trigger orders simultaneously since they use different levels for the same parameters.
    However it could be that on practise due to severe price movements one strat open an oerder before the other strat closes yours.
    My question is, Can strat 1 recognizes strat 1 order by its name?
    I mean, supposing strat1 enter an order ==> EnterShort(0,100,"strat1Short"). Will strat 2 ExitShort("exitStrat1", "strat1Short") be complete??

    #2
    Hello dafonseca,

    Thank you for writing in.

    NinjaScript strategies do not interact with each other. If strat2 has not submitted a short order with the signal name of strat1Short, then your ExitShort() method call will be ignored as the position doesn't exist.
    Zachary G.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    134 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    75 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    119 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    114 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    92 views
    0 likes
    Last Post CarlTrading  
    Working...
    X