Function - VALUEWHEN
| SYNTAX |
ValueWhen( ARRAY expression, ARRAY array) |
| RETURNS |
NUMERIC ARRAY |
| DESCRIPTION |
Returns the value of the array, when the expression is TRUE, of the last occurrence |
| ADDITIONAL INFO |
|
| EXAMPLE |
ValueWhen(cross(close, ma(close, 20)), rsi(14)) |
| |