PureBytes Links
Trading Reference Links
|
Anthony,
Try this;
buy=sum(cci(14)>0,6)==6;
sell=cci(14)<0;
Walt
--- In amibroker@xxxxxxxxxxxxxxx, Anthony Abry <abry@xxxx> wrote:
> I was wondering if any of you have ever coded Woodie's CCI zero line
> reject into AB.
>
> As a first step to learn some coding I am currently trying to do,
>
> If CCI(14) has been positive for 6 bars then buy. Sell when CCI
> declines.
>
> The next step would be, if CCI(14) has been positive for 6 bars,
and has
> been above 100 and has retraced back below 100 and then turns up
again,
> then buy.
>
> I have tried many variations - all of which show me I am not fit for
> programming.
>
> Any help appreciated ......
>
> Anthony Abry
------------------------ Yahoo! Groups Sponsor --------------------~-->
$4.98 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/Q7_YsB/neXJAA/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/
|