Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MAX value of the Indicator from prior day

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

    MAX value of the Indicator from prior day

    Hello! I know there maybe a simple resolve of the next one.
    I have a custom indicator that have values plotting on each bar.
    I want to get the MAX and MIN values from the prior day. F.e. I'm using 15-minute timeframe, and I need to find the maximum and the minimum of that values.
    How can I do that?
    And one more - how do I need to code to "delay" the first day on the history? It will not be working good, because if I have no data before - there are no values of prior day available.

    Thank you!

    #2
    Hello YevhenShynkarenko,

    Thank you for your post.

    To clarify, you are wanting to get the highest and lowest value of the indicator for the previous day, is that correct?

    You would most likely need to use a SessionIterator, find the time of the next session, then at that time, use the MAX() and MIN() indicators with the Value variable with a period equivalent to the number of bars in the session.

    Alternatively, you could keep track of the highest and lowest values of the indicator as you calculate, then do what you need with those values and reset the values on the first bar of the session.

    Here's a link to our help guide on SessionIterator:



    I'm unsure what you mean by "delay" the first day on the history - are you referring to how much historical data is loaded on the chart before real time data begins? If so, you can adjust how much historical data is loaded by adjusting the Days to Load setting in the Data Series menu.

    Thanks in advance; I look forward to assisting you further.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    646 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    367 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    107 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    569 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X