PureBytes Links
Trading Reference Links
|
apply this
Plot(C,"Price",colorGrey50,styleBar);
for (i=1; i<100;i++) { Plot(MA(Close,i),"",colorBrightGreen,styleLine); }
--
Cheers
Graham
AB-Write >< Professional AFL Writing Service
Yes, I write AFL code to your requirements
http://e-wire.net.au/~eb_kavan/ab_write.htm
On 12/22/05, Johan <epostens@xxxxxxxx> wrote:
> Hi! Do you know what to do if i would like to apply these ma´s to the
> price chart? Thanks
>
> for (i=1; i<100;i++) {
>
> Plot(MA(Close,i),"",colorBrightGreen,styleLine);
>
> }
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/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/
|