PureBytes Links
Trading Reference Links
|
Dominick
try
Plot(MA(C,20),"Mean",colorBlue,styleLine);
Plot(1.15*MA(C,20),"Upper",colorRed,styleLine);
Plot(0.85*MA(C,20),"lower",colorYellow,styleLine);
note that you don't need "Mean=" in your plot statements.
Hope this helps
Andrew
--- In amibroker@xxxxxxxxxxxxxxx, "dom1_1998" <Dom2000@xxxx> wrote:
> I have:
> Mean=Plot(MA(C,20),"Mean",colorBlue,styleLine);
>
> I'm trying to plot an upper band 15% above mean and named "upper"
and
> a lower band 15% below mean named "lower", but I keep getting a
> response of "get a life".
>
> Any help appreciated,
>
> Dominick
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs Online - Over 14,500 titles.
No Late Fees & Free Shipping.
Try Netflix for FREE!
http://us.click.yahoo.com/vhSowB/XP.FAA/3jkFAA/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/
|