Syntax
public TrueHigh(Bars ds, string description)
public static TrueHigh Series(Bars ds)
public static double Value(int bar, Bars ds)
Parameter Description
Bars |
The symbol's Bars object |
Description
TrueHigh is the maximum of:
- the current bar's High, and
- the previous bar's Close
See also:
TrueLow,
TrueRange
Example