PureBytes Links
Trading Reference Links
|
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,
Steve
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/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/
|