home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 6
/
AACD06.ISO
/
AACD
/
Utilities
/
AmiBroker
/
AFL
/
TradingRules
/
ema.afl
< prev
next >
Wrap
Text File
|
1999-02-07
|
121b
|
3 lines
buy = cross( ema(close,7), ema(close,14) ) AND close > ema( close, 7 ) ;
sell = cross( ema(close,14), ema(close,7) );