PureBytes Links
Trading Reference Links
|
Hi,
Yes, it is possible and quite simple:
graph0 = MA( RSI( 7 ), 13 ); // for simple moving average
or
graph0 = EMA( RSI( 7 ), 13 ); // for exponential moving average
Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
http://www.amibroker.com
----- Original Message -----
From: <dstricek12@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Monday, March 26, 2001 6:17 PM
Subject: [amibroker] Help:Moving Average of an Indicator?
> Hi,
> currently I'm occupied with introduction to AmiBroker and all of it
> possibilities and unfortunately I dont know how to code-programm a 13-
> day moving average of an 7-day RSI indicator or similar. Is it
> possible at all?
> Does anybody has an idea how to do it?
>
> Thanks and best regards
> Drazen
>
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
|