Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MAX and MIN indicators data

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

    MAX and MIN indicators data

    I need to use the MAX and MIN methods in a strategy that I am developing, but when I display the indicators by the same name, the data is confusing to me. I expected that the value of MAX at each bar would indicate the highest high of any candle during the look back period, but I can not figure out the value that is actually displayed. It doesn't make sense to me, but then I am new to using this indicator. I assume it is working properly and I just don't understand what it is supposed to do. If this indicator doesn't do what I thought, then is there any indicator or method that will return the highest high of a specified look back period.

    #2
    Indicators are going to default to the close bar. So the MAX by default will show you the highest close value in the max period.

    If you're trying to get the Highest High, change the input series from "Close" to "High".
    MatthewNinjaTrader Product Management

    Comment


      #3
      Originally posted by JoeBd View Post
      I need to use the MAX and MIN methods in a strategy that I am developing, but when I display the indicators by the same name, the data is confusing to me. I expected that the value of MAX at each bar would indicate the highest high of any candle during the look back period, but I can not figure out the value that is actually displayed. It doesn't make sense to me, but then I am new to using this indicator. I assume it is working properly and I just don't understand what it is supposed to do. If this indicator doesn't do what I thought, then is there any indicator or method that will return the highest high of a specified look back period.
      What is the syntax that you are using that you think is not returning the correct results?

      Comment


        #4
        OK. That's what I missed. Changing the input series to high does exactly what I wanted. Mathew, thank you very much.
        Koganam, I wasn't trying to call the method from script, I was just trying to understand what I can do with it, and needed to have high data rather than close.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        85 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        47 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        29 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        32 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        67 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X