TrueLow (Function)
The TrueLow function returns either the Low of the current bar or the Close of the previous bar if its value is lower.
Syntax
TrueLow
Returns (Double)
A numeric value containing the lesser of the current bar Low or previous bar Close.
Parameters
None
Example
Plot1(TrueLow, "TrueLo");