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 Taddypole, 04-26-2024, 02:47 PM
        5 responses
        31 views
        0 likes
        Last Post eDanny
        by eDanny
         
        Started by kujista, 04-23-2024, 06:23 AM
        6 responses
        44 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by giulyko00, 04-24-2024, 12:03 PM
        7 responses
        32 views
        0 likes
        Last Post eDanny
        by eDanny
         
        Started by NM_eFe, Today, 10:13 AM
        0 responses
        6 views
        0 likes
        Last Post NM_eFe
        by NM_eFe
         
        Started by hdge4u, Yesterday, 12:23 PM
        1 response
        10 views
        0 likes
        Last Post hdge4u
        by hdge4u
         
        Working...
        X