This is an old revision of the document!
Cross Below Function
- CROSS_BELOW( <value1>, <value2> )
Returns 1 when value1 crosses below value2. Returns 0 otherwise.
Function Parameters Parameter Description <value1> The first value. <value1> The second value.
Example:
CROSS_ABOVE(CLOSE, OPEN)