Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

race condition between exitorder and SetTrailStop

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

    race condition between exitorder and SetTrailStop

    if i set
    SetTrailStop(entryOrder.FromEntrySignal, CalculationMode mode,double value,bool simulated)

    and also manage my trade using
    exitOrder = ExitLong(entryOrder.Filled, "SIGNAL_PRICE_STOP", entryOrder.FromEntrySignal);

    would i have a race conditoin or will NT determine that if one is filled, the other will not be executed?
    same question for SetStopLoss

    #2
    You could very well have race conditions here. If you are submitting the market exit very close to the trailing stop exit there is potential of overfills.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      so how do i prevent it.

      Comment


        #4
        Instead of using SetTrailStop() use ExitLongStop() and manually program the trailing logic. When you want to exit, cancel the stop order and confirm cancellation. Once cancelled then place in the ExitLong() order.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Today, 05:17 AM
        0 responses
        24 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        120 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        63 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        41 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        45 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X