Welcome Features News Download Registration Support FAQ Wish list Links
Advanced stock charting and analysis program

A-Z Index | Category Index |

EXREM
- remove excessive signals

Trading system toolbox
(AFL 1.5)


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:


Add your comment:

(please do not ask questions here, if you have a question please send it to support e-mail address)

Your name:
Your e-mail:
Comment:
 

About | Privacy | Terms of Use | Contact information
Copyright © 2003 AMIBROKER.COM