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.
        Emily C.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by DeskTroll, Today, 12:09 PM
        3 responses
        22 views
        0 likes
        Last Post NinjaTrader_LuisH  
        Started by Pabulon, 12-02-2024, 03:42 PM
        14 responses
        90 views
        0 likes
        Last Post Pabulon
        by Pabulon
         
        Started by tfa2806trader, Today, 12:04 PM
        10 responses
        24 views
        0 likes
        Last Post tfa2806trader  
        Started by trdninstyle, 11-26-2024, 12:23 PM
        62 responses
        186 views
        0 likes
        Last Post trdninstyle  
        Started by lorien, 08-08-2021, 07:33 AM
        12 responses
        721 views
        0 likes
        Last Post AndyM871  
        Working...
        X