Function - SUMIF
| SYNTAX |
SumIf( ARRAY condition, ARRAY array, ARRAY period) |
| RETURNS |
NUMERIC ARRAY |
| DESCRIPTION |
Calculates, when condition is TRUE, a cumulative sum of the ARRAY for the specified number of lookback periods (current bar is included) |
| ADDITIONAL INFO |
|
| EXAMPLE |
SumIf(rsi(14) > 50, 1, 20) |
| |