Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Second Higher Close after event

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

    Second Higher Close after event

    I'm testing for a second higher close after an EMA crossover. I've been trying to get this to work with the following with no success...
    PHP Code:
    Close[HighestBar(Close,5)] <= (Close[0] - 1*TickSize) 
    
    The "0" at approx. 9:59 on the screenshot indicates the first close at/after the crossover. The third candle (10:02) should then be able to indicate this higher close with a similar number. I've tested with a 1==1 in lieu of the code above to prove that the drawing works so the problem is in this code.
    It doesn't matter how soon I get the second higher close but I've used 5 for the lookback period. Am I missing something?

    Thanks for your help.

    Kirk
    Attached Files

    #2
    Okay,

    I've done some testing with "Print" and understand that the higher close will never be higher than the previous close using HighestBar since this doesn't hold the "previous" higher close but rather goes along with the higher close including the current bar. Now I need to know what code allows me to keep the previous high while the current bar is pushing beyond it.

    Hope that makes sense...

    kz

    Comment


      #3
      I might not fully understand but would this do what you want?

      MAX(Close, 5)[1] <= ....

      More information - http://www.ninjatrader-support.com/H...aximumMAX.html
      RayNinjaTrader Customer Service

      Comment


        #4
        Thanks, Ray,

        That did the trick!!

        Kirk

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        579 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        334 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X