PureBytes Links
Trading Reference Links
|
Hi,
This what I am using, just change the numbers to whatever you need.
Plot(CCI(6),"",colorRed,styleLine|styleThick);
Plot(CCI(20),"",colorBlue,styleLine|styleThick);
Plot(CCI(20),"",colorDarkYellow,styleHistogram|styleThick);
PlotGrid(200,colorRed);
PlotGrid(-200,colorRed);
PlotGrid(100,colorGreen);
PlotGrid(-100,colorGreen);
PlotGrid(130,colorWhite);
PlotGrid(-130,colorWhite);
Good luck trading,
Dennis
--- In amibroker@xxxxxxxxxxxxxxx, "traderix2003" <d.adam@xxxx> wrote:
> Has somebody experience with using the crossover of two CCI?
> How is the formula for displaying CCI(50) and CCI (14)in the same
> pane??
>
> Thxs
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
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/
|