PureBytes Links
Trading Reference Links
|
Thanking you abry
Works like a charm :-))))))
Much appreciated
Cheers jon
--- abry@xxxxxxxxxxxxxxxxxxxxxxx wrote:
---------------------------------
How about this?
PlotGrid(50,colorBlue);
PlotGrid(100,colorBlue);
PlotGrid(150,colorBlue);
PlotGrid(200,colorBlue);
PlotGrid(250,colorBlue);
PlotGrid(-50,colorBlue);
PlotGrid(-100,colorBlue);
PlotGrid(-150,colorBlue);
PlotGrid(-200,colorBlue);
PlotGrid(-250,colorBlue);
a=0;
Plot(a,"",colorBlue,styleLine);
Col=IIf(CCI(14)>0,35,4);
Plot(CCI(14),"CCI14",Col,2);
Plot(CCI(14),"",16,4);
Turbo=CCI(6)*1.015;
Plot(Turbo,"CCI 6",31,5);
--- 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
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor ADVERTISEMENT
---------------------------------
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 the Yahoo!
Terms of Service.
Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com
------------------------ 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/
|