PureBytes Links
Trading Reference Links
|
hi not exactly sure what you want ?
try this
Buy = Cross( EMA (Close, 20 ), EMA ( Close, 50 ) );
Sell = Cross( EMA (Close, 50 ), EMA ( Close, 20 ) );
Regards David
----- Original Message -----
From: <dave224@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Tuesday, October 23, 2001 7:57 AM
Subject: [amibroker] ema 20 and 50 day moving average
> Does anyone know how to set up buy and sell signals for the ema 20
> and 50?
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
|