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 NullPointStrategies, Today, 05:17 AM
      0 responses
      52 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      130 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      70 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      43 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      47 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X