PureBytes Links
Trading Reference Links
|
When I add an additional line to an inbuilt indicator like
Trigger = MA(Trix(),9);
Graph1Style = styleLine|styleNoLabel;
Graph1Color = colorSkyblue;
Graph1 = Trigger;
or
Plot(Trigger,"",colorSkyblue,styleLine|styleNoLabel);
I get the new line overwriting the inbuilt line.
If I make a custom indicator then I can control the order of the
plots. However on a built-in indicator I cannot get the inbuilt line
to print over the added one.
I have tried GraphZorder but it does not work.
Regards
Anthony
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Rent DVDs from home.
Over 14,500 titles. Free Shipping
& No Late Fees. Try Netflix for FREE!
http://us.click.yahoo.com/BVVfoB/hP.FAA/uetFAA/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/
|