PureBytes Links
Trading Reference Links
|
<SPAN
class=442161515-09052003>Anthony,
try
plotting the trigger above the "Indicator-End "
notation
<SPAN
class=442161515-09052003>
<FONT
color=#0000ff size=2>
Plot(<FONT color=#0000ff
size=2>MA(<FONT color=#0000ff
size=2>Trix(<FONT color=#ff00ff
size=2>9),<FONT color=#ff00ff
size=2>9),<FONT color=#ff00ff
size=2>"",<FONT color=#000000
size=2>colorYellow,<FONT
color=#ff00ff size=2>1);<FONT
color=#008000 size=2>
//--Indicator-End-- -- do not remove this
line
range = Prefs( <FONT
size=2>26
);
_N( ranstr = <FONT color=#ff00ff
size=2>"("+<FONT color=#0000ff
size=2>WriteVal( range, <FONT
color=#ff00ff size=2>1.0 )+<FONT
color=#ff00ff size=2>")" );<FONT
color=#0000ff size=2>
Plot( <FONT color=#0000ff
size=2>Trix(range), <FONT color=#ff00ff
size=2>"TRIX"+ranstr, -<FONT
color=#ff00ff size=2>8 );
Regards,
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Anthony
[mailto:anthony1@xxxxxx]Sent: Friday, May 09, 2003 10:54
AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Plot
order when adding a new line to inbuilt indicatorsWhen
I add an additional line to an inbuilt indicator likeTrigger =
MA(Trix(),9);Graph1Style = styleLine|styleNoLabel;Graph1Color =
colorSkyblue;Graph1 =
Trigger;orPlot(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.RegardsAnthonySend
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
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 the Yahoo! Terms of Service.
|