ExRem
- remove excessive signals

Trading system toolbox
(AmiBroker 3.50)


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

References:

The ExRem function is used in the following formulas in AFL on-line library:

More information:

See updated/extended version on-line.