PureBytes Links
Trading Reference Links
|
> Thanks! But if i want to show more than 3 averages. If i have
> programmed an ma indicator this will be inserted in a different
> window than the price right?
Try this:
Plot(Close,"",1,64);
Plot(MA(C,10), "MA(10)", colorRed);
Plot(EMA(C,20), "MA(20)", colorBlue);
Plot(EMA(C,30), "MA(30)", colorGreen);
m
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/46VHAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|