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 popecapllc, 08-09-2023, 07:42 PM
        10 responses
        1,366 views
        0 likes
        Last Post BartMan
        by BartMan
         
        Started by jbays87, Today, 09:46 PM
        0 responses
        6 views
        0 likes
        Last Post jbays87
        by jbays87
         
        Started by ETFVoyageur, 04-30-2024, 02:04 PM
        11 responses
        101 views
        0 likes
        Last Post ETFVoyageur  
        Started by bubblegum, 03-18-2024, 10:41 AM
        3 responses
        48 views
        0 likes
        Last Post vjsworld  
        Started by JamesK1, Today, 02:48 PM
        1 response
        13 views
        0 likes
        Last Post JamesK1
        by JamesK1
         
        Working...
        X