Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

What is BarsSinceSession

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

    #16
    Here is an indicator that collects the high and low of the pre-session and then calculates the opening range after the regular session has started. The indicator comes open source, so you can study how it works.

    Basically, you need to determine the start of the trading day in line with the session template. Then you compare the timestamp of the bar with the time that you have selected for the anchor point of your range. You let OnBarUpdate() loop through all the bars until the specified closing time of your range. With each loop you collect the bar high and low of each bar, and if needed update the high and low of the range.

    There is one problem, if you look at bars built from ticks. Usually tick bars do not align with the anchor and closing time of your range, but you will get two overlapping bars in the beginning and in the end of your range. Therefore it is a better solution to add a secondary bar series of 1-minute bars to your indicator and perform all calculations on 1-minute bars, as the 1-minute bars typically align with the anchor time and closing time of the range.

    You can find the indicator here:



    If you are not an elite member of that forum, please send me a private message with your e-mail, and I will send you the install file.
    Attached Files

    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