Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Two seperate but sequential events

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

    Two seperate but sequential events

    Hi,
    I am trying to build a strategy where an entry is triggered by two separate but sequential events (lets say a moving average cross and a positive change in RSI) regardless of the time duration between these two events. I know how to lookback from a moving average cross to see if a desired change in RSI occurred 10 bars ago. But how can I look for the first moving average cross after the desired change in RSI, regardless of whether it happened 10, 20 or 30 bars ago.

    For example I want to go long when RSI(9) goes above 45 and subsequently EMA(10) crosses above SMA(30) regardless of bars interval and time interval between these two events.

    Do you think it is possible to do this in Ninja Trader? Any help will be appreciated.

    #2
    Hi Rhoniel,

    It is definitely possible in NinjaTrader. To do this you can simply use some temporary variables. In your first RSI condition, after it evaluates to true set the temp variable to true. In your second EMA condition set an additional condition of the temp variable = true before it will evaluate. Then at the end of the EMA condition you would reset the temp variable back to false.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Thanks for your help Josh, I think I got it.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by GussJ, 03-04-2020, 03:11 PM
      16 responses
      3,281 views
      0 likes
      Last Post Leafcutter  
      Started by WHICKED, Today, 12:45 PM
      2 responses
      19 views
      0 likes
      Last Post WHICKED
      by WHICKED
       
      Started by Tim-c, Today, 02:10 PM
      1 response
      9 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by Taddypole, Today, 02:47 PM
      0 responses
      5 views
      0 likes
      Last Post Taddypole  
      Started by chbruno, 04-24-2024, 04:10 PM
      4 responses
      53 views
      0 likes
      Last Post chbruno
      by chbruno
       
      Working...
      X