PureBytes Links
Trading Reference Links
|
Hello Jon,
Try this:
************************************
Plot(CCI(6),"CCI 14-6",colorLightOrange,styleLine);
Plot(CCI(14),"",colorRed,styleLine|styleThick);
Plot(CCI(14),"",colorBlack,styleHistogram|styleThick);
Plot(200,"My line",colorDarkRed);
Plot(-200,"My line",colorDarkRed);
Plot(100,"My line",colorDarkRed);
Plot(-100,"My line",colorDarkRed);
Plot(0,"My line",colorBlack);
************************************
Rgs,
Janco
--- In amibroker@xxxxxxxxxxxxxxx, "Jonathan Morse" <jonowm@xxxx>
wrote:
> Hi all,
> I am very new to Amibroker and just wondering how to go about
> incorporating CCI line and histogram into the one window (like
Woodie
> uses on his charts).
> Can use the CCI line that comes with Amibroker but there is no
histogram.
> How is the best way to go about this? A new code for the CCI
histogram?
> Thanks in advance
> Jon
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|