PureBytes Links
Trading Reference Links
|
Hi All,
Any ideas on how to ezxtrapolte a lagged moving
average?
The formula for the lagged moving average is as
follows:
PDS=21;
MA_PDS=pds/2;
Lag_pds=ma_PDS/2;
MAvg=ma(c,pds/2);
MAvg=ref(mavg,lag_pds);
The above formula will plot a half span moving average
of the 21 day cycle which has been lagged to plot at
the appropriate data point. This moving average has
now to be extrapolated to the current point. Any ideas
on how to do this?
TIA for any help.
Regards
Rakesh
____________________________________________________
Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hk3askl/M=362131.6882500.7825259.1493532/D=groups/S=1705632198:TM/Y=YAHOO/EXP=1122957420/A=2889190/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Put more honey in your pocket. (money matters made easy) Welcome to the Sweet Life - brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|