CROSS_BELOW( <value1>, <value2> )
Returns 1 when value1 crosses below value2. Returns 0 otherwise.
Function ParametersParameter | Description |
---|
<value1> | The first value. |
<value1> | The second value. |
Example:
CROSS_ABOVE(CLOSE, OPEN)
Back to the Scripting Function Reference