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 Nancy75, Today, 10:22 AM
      1 response
      4 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by Armin, Today, 02:26 AM
      1 response
      13 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by xiinteractive, 08-08-2023, 11:55 AM
      44 responses
      887 views
      3 likes
      Last Post bltdavid  
      Started by Thomas75k, 11-29-2024, 02:11 AM
      7 responses
      76 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by nelslynn, Today, 09:34 AM
      1 response
      8 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Working...
      X