PureBytes Links
Trading Reference Links
|
What I meant was displacing the MA forward or backwards you can see
an example at prophet.net on their java charts just select add study
and select displaced MA.
Thanks for the help.
Mario.
--- In amibroker@xxxxxxxxxxxxxxx, "Herman van den Bergen"
<psytek@xxxx> wrote:
> You mean with an offset? say in percent?
>
> OffSet = Param("MA %Offset",0,-5,5,0.1);
> YourMa = MA(C,10);
> YourOffsetMA = (1+Offset/100)*YourMA;
> Plot(C,"Close",1,128);
> Plot(YourMa,"YourMA",1,1);
> Plot(YourOffsetMA,"YourOffsetMa",4,1);
>
> Happy trading,
>
> herman
>
>
> -----Original Message-----
> From: Mario [mailto:mariotrader96@x...]
> Sent: Thursday, July 08, 2004 9:39 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Displaced MA
>
>
> Does anyone know how I could write a displaced MA.
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
>
> Yahoo! Groups Sponsor
> ADVERTISEMENT
>
>
>
>
>
> --------------------------------------------------------------------
--------
> --
> Yahoo! Groups Links
>
> a.. To visit your group on the web, go to:
> http://groups.yahoo.com/group/amibroker/
>
> 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 --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|