Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is there an indicator that shows the range of bars?

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

    Is there an indicator that shows the range of bars?

    I am looking for an indicator that shows the range overlap of bars as I plan to do some calculations based on bar's overlap and then try to develop an indicator based on that. I have found the following formula for overlap:
    (max 1 - max 0) - (min 1 - min 0) - 1= range overlap
    then total range can be calculated by the following formula;
    (max 1 or max 0 (higher of the 2)) - (min 1 or min 0 (lesser of the 2))= total range
    then % overlap can be calculated using the following formula:
    range overlap divided by total range x 100= % overlap
    These formulas need to be incorporated into an indicator for each bar.
    Last edited by james79; 07-11-2022, 05:28 PM.

    #2
    Hello james79,

    I am not aware of a specific indicator that checks the overlap like that, you can use the Range indicator which does high minus low to get bar ranges and you could use the values from that to do additional math like you are asking.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    639 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    366 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
    572 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X