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.
    Gaby V.NinjaTrader Customer Service

    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 ChrisR, Today, 12:04 PM
      0 responses
      4 views
      0 likes
      Last Post ChrisR
      by ChrisR
       
      Started by vitaly_p, Today, 11:21 AM
      3 responses
      7 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by Merlin997, Today, 11:44 AM
      0 responses
      1 view
      0 likes
      Last Post Merlin997  
      Started by Thomas75k, 11-29-2024, 02:11 AM
      9 responses
      78 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by NISNOS69, Yesterday, 08:00 AM
      3 responses
      13 views
      0 likes
      Last Post NISNOS69  
      Working...
      X