These
5 studies are similar to the offset
Study. While the offset study
will retrieve the value of an
indicator X bars back, the Open,
High,Low,Close and Volume
Studies,retrieve the value of the
respective OHLC Vol X bars back, for
the timeframe that the study is
constructed on. One way of using
this is to determine when a crossover
occurs.
Parameters:
BarNo
Positive Value - the number of bars
back to retrieve the value of the
bar
Arguments:
None
Output Indicators:
Open,High,Low,Close
or Volume
Example:
Study Name Expanded in a 3 minute timeframe:
I3_Low(1)_I3
This study retrieves the value
of the low 1 bars back((rom the current bar)
on the 3 minute timeframe.
The output indicators names are appended to the study name,
that is if the study name is Low1 then
the output indicator is
Low1::Low