PureBytes Links
Trading Reference Links
|
Hello,
Would you happen to have this code with "param" enabled, per latest
AB features (right click for adjusting settings)
Thanks
Jim
--- In amibroker@xxxxxxxxxxxxxxx, "Prashanth" <prash454@xxxx> wrote:
> Hello,
>
> GraphXSpace=2;
>
> T1=5;//Periods
>
> V2=2;//fast
>
> V3=15;//slow
>
> F1=2/(V2+1);
>
> S1=2/(V3+1);
>
> ER=(abs(C-Ref(C,-T1))/Sum(abs(C-Ref(C,-1)),T1));
>
> A1=ER*(F1-S1)+S1;
>
> A2=A1^2;
>
> KAMA=AMA2(C,A2,1-A2);
>
> Plot(KAMA,"Kauffman's AMA ",4,4);
>
> Plot(T1,"Periods",0,16);
>
>
>
> Title="Kauffman's AMA: = " + WriteVal(KAMA) + " Periods=" +
>
> WriteVal(T1,1.0);
>
> Cheers
>
> Prashanth
>
> ----- Original Message -----
> From: Hao Chik
> To: amibroker@xxxxxxxxxxxxxxx
> Sent: Sunday, July 10, 2005 2:54 PM
> Subject: [amibroker] Kaufmann's Adaptive Moving Averages?
>
>
> Does anyone have the code for the Kaufmann's Adaptive Moving
Averages?
> Thanks!
>
>
>
>
> 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
>
> a.. Visit your group "amibroker" on the web.
>
> b.. To unsubscribe from this group, send an email to:
> amibroker-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms
of Service.
>
>
> --------------------------------------------------------------------
----------
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/DldnlA/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
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/
|