Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Want main condition to wait on second condition before trade

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

    Want main condition to wait on second condition before trade

    Basically I have a main condition that is checked for, but I want it so that once that condition is spotted. It has to wait for a second condition before actually entering into a trade.

    For example:

    When indicator 1 crossover happens - main condition
    then wait til indicator 2 crossover, and trade

    I tried using a MRO condition for this but it doesn't seem to be working

    #2
    Hello,

    Thank you for your inquiry.

    You could use a bool. Set the bool to true when the first condition occurs. In addition to your second condition, require the bool to be true before entering. Set the bool back to false after entering a trade.

    Please let us know if you have any further questions.

    Comment


      #3
      Originally posted by NinjaTrader_Gaby View Post
      Hello,

      Thank you for your inquiry.

      You could use a bool. Set the bool to true when the first condition occurs. In addition to your second condition, require the bool to be true before entering. Set the bool back to false after entering a trade.

      Please let us know if you have any further questions.
      Yeah, I should've narrowed it down further before posting. I guess the issue was with the second condition itself, rather than trying to use an MRO.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      45 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      21 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      31 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      50 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      42 views
      0 likes
      Last Post CarlTrading  
      Working...
      X