Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to Determine Most Recent %d Crossover %k

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

    How to Determine Most Recent %d Crossover %k

    I am attempting to write a script to determine the following:

    1. If current bar MA(20) crosses under price
    2. Was most recent Stochastic %d crossover %k or was most recent %d crossunder %k

    I tried looking at the MRO function, but am unable to get it to work.

    Thank you,
    Jeff

    #2
    Hello,

    The MRO should do what you're looking for if you're just looking for the last time this occurred.

    Can you post what you tried working with MRO and the results you were getting that did not work? Is your strategy perhaps a mutli-series script?
    MatthewNinjaTrader Product Management

    Comment


      #3
      Thank you. I've gotten it to work, but how do I offset it.

      For example, the MA(20) crosses below the closing price on the current bar. I want to find out the previous time that the MA(20) crossed below the closing price.

      This gives me zero:
      int barsAgoMA = MRO(delegate {return CrossBelow(SMA(MA),Close,1);},1,Count);

      It is finding the current bar and returning 0. I want it to start 1 bar prior to the current bar.

      Thank you,
      Jeff

      Comment


        #4
        Jeff,

        If you're running this on CalculateOnBarClose = true, it will start 1 bar prior to the current bar. It will then wait for that bar to close to reevaluate the condition.
        MatthewNinjaTrader Product Management

        Comment


          #5
          Ok. Thank you!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          650 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          370 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          109 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          574 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          577 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X