TrueHigh (Function)
The TrueHigh function returns either the High of the current bar or the Close of the previous bar if its value is higher.
Syntax
TrueHigh
Returns (Double)
A numeric value containing the greater of the current bar High or previous bar Close.
Parameters
None
Remarks
The TrueHigh function is most commonly used in finding Gap Open bars. A Gap Open bar is when the Open is greater than the previous bars High.
Example
Plot1(TrueHigh, "TrueHi");