ExRem
|
Trading system toolbox |
SYNTAX | exrem( ARRAY1, ARRAY2 ) |
RETURNS | ARRAY |
FUNCTION |
removes excessive signals: returns 1 on the first occurence of "true" signal in Array1 then returns 0 until Array2 is true even if there are "true" signals in Array1 |
EXAMPLE |
buy = ExRem( buy, sell ); sell = ExRem( sell, buy ); |
SEE ALSO |
The ExRem function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.