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 cmtjoancolmenero, Yesterday, 03:58 PM
        11 responses
        39 views
        0 likes
        Last Post cmtjoancolmenero  
        Started by FrazMann, Today, 11:21 AM
        0 responses
        5 views
        0 likes
        Last Post FrazMann  
        Started by geddyisodin, Yesterday, 05:20 AM
        8 responses
        52 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by DayTradingDEMON, Today, 09:28 AM
        4 responses
        26 views
        0 likes
        Last Post DayTradingDEMON  
        Started by George21, Today, 10:07 AM
        1 response
        22 views
        0 likes
        Last Post NinjaTrader_ChristopherJ  
        Working...
        X