How to have the H and L of the shortest range of th days ?

Questions about MultiCharts and user contributed studies.
Automeq
Posts: 108
Joined: 16 Apr 2014
Has thanked: 15 times
Been thanked: 1 time

How to have the H and L of the shortest range of th days ?

Postby Automeq » 11 Jan 2018

I'm trying to create an indicator that:

1. User defines number of periods

2. Indicator looks back and finds the lowest range (H-L) of those bars

3. Indicator plots today the H and L of that bar


What's the easiest way of doing it ?
Do I have to use a loop with "for - to" until I find the lowest range bar and then define 2 variables with H and L of that bar ?

Return to “MultiCharts”