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