This is an old revision of the document!
Calculates the absolute value of a number.
Function Parameters Parameter Description <value> The value to compute (e.g. CLOSE, HIGH, (H+L+C)/3, etc.)
Examples:
ABS(5.8) Evaluates to 5.8
ABS(-5.8) Evaluates to 5.8