Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Returning the High of the last 14, 60 min bars

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

    Returning the High of the last 14, 60 min bars

    i am trying to return the high of the last 14, 60 min bars,

    I tried this,

    highY = Highs[1][HighestBar(1, 14)];



    where bar index 1 is 60 min bars and HighestBar(1,14) is referring to bar index location 1 ?

    complier doesn't like it thou

    #2
    GKonheiser, do you really look for the bar number return of the highest bar, or rather the maximum price value of those highs of the last 14 bars? Then the MAX method would be what you seek -



    Syntax would be then double value = MAX(Highs[1], 14)[0];

    Comment


      #3
      Thats exactly what I'm looking for thanks very much.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      149 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      84 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      129 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      125 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      102 views
      0 likes
      Last Post CarlTrading  
      Working...
      X