PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Steve,
<FONT face=Arial color=#0000ff
size=2>
Try
this:
col = <FONT
color=#0000ff>IIf(Ref(<FONT
color=#0000ff>CCI(14), <FONT
color=#ff00ff>0) < 0, colorRed,
colorGreen);
Plot(<FONT face=Tahoma
color=#0000ff>CCI(<FONT face=Tahoma
color=#ff00ff>14) ,<FONT
color=#ff00ff>"",colorBrightGreen,<FONT
face=Tahoma>styleLine<FONT
size=2>|styleNoLabel);
Plot(<FONT
color=#0000ff>CCI(14), <FONT
color=#ff00ff>"CCI(14)", col, <FONT face=Tahoma
color=#ff00ff>4+<FONT face=Tahoma
color=#ff00ff>2 );
Title = <FONT
face=Tahoma color=#0000ff>Name() + <FONT
face=Tahoma color=#ff00ff>" CCI(14) = " + <FONT
face=Tahoma color=#0000ff>CCI(<FONT face=Tahoma
color=#ff00ff>14);
<FONT face=Arial
color=#0000ff size=2>Mr Valley
<FONT face=Tahoma
size=2>-----Original Message-----From: scourt2000
[mailto:stevehite@xxxxxxxxxxx]Sent: Saturday, December 13, 2003
9:29 AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
In plot() function, doesn't styleHistogram | styleLine make
sense?Tomasz, I would like to plot a
histogram and have it outlined too. I can do this with 2 plot
statements, one with styleLine and the other with styleHistogram.
However, this gives me 2 titles and 2 price tags on the right when my
intention was to have only 1.In my case, I think it would make sense
to be able to have:col = IIf(Ref(CCI(14), 0) < 0, colorRed,
colorGreen);plot(CCI(14), "CCI(14)", col, styleLine |
styleHistogram);[in 4.50, the plot would ignore the styleLine and just
plot the histogram]The outline color of the histogram could be
different from the histogram's color as
well.Thanks,SteveSend
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
ADVERTISEMENT
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.
|