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 Rogers101, 05-05-2024, 11:30 AM
        16 responses
        50 views
        0 likes
        Last Post Rogers101  
        Started by ninza33, Today, 12:31 PM
        2 responses
        9 views
        0 likes
        Last Post ninza33
        by ninza33
         
        Started by Bobin, 03-12-2024, 08:51 AM
        15 responses
        481 views
        0 likes
        Last Post fiddich
        by fiddich
         
        Started by Skifree, Today, 11:21 AM
        4 responses
        15 views
        0 likes
        Last Post Skifree
        by Skifree
         
        Started by Bogdan097, Today, 03:25 PM
        0 responses
        8 views
        0 likes
        Last Post Bogdan097  
        Working...
        X