Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

2 exits triggering at the same time issue

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

    2 exits triggering at the same time issue

    I have 2 different conditions that will exit a trade when triggered.

    Rarely but it happens that both of the conditions are met at the same, trigging both to exit my 1 position.

    What happens is that since both of them trigger an exit, it actually takes a sell position after exiting my long position.

    Any way to fix this?

    #2
    Use bools to switch off one condition check when the other triggers.
    eDanny
    NinjaTrader Ecosystem Vendor - Integrity Traders

    Comment


      #3
      Originally posted by eDanny View Post
      Use bools to switch off one condition check when the other triggers.
      Good idea, thanks!

      Comment


        #4
        Hello Ousher,

        Thank you for your note.

        As eDanny mentioned, one way to fix this would be to use a bool in the conditions that trigger an exit. You could use something like exitTriggered that defaults to false. Once an exit is triggered, aside from the action to exit you could also set exitTriggered to true. This way when the other condition that would also trigger an exit checks to see if the bool is false, it won't be able to execute. You could "reset" the bool exitTriggered back to false after a position is entered again so that it is reloaded for the next exit to trigger.

        If you have any additional questions or concerns, please don't hesitate to reach out.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by NullPointStrategies, Yesterday, 05:17 AM
        0 responses
        61 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        134 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        75 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        45 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        50 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X