PureBytes Links
Trading Reference Links
|
//Run Exploration selecting range "n last quotations" =1;
bsince = BarsSince(Cross(CCI(),0));
condition1 = bsince >=5;
condition2 = CCI()>0;
Filter = Condition1 AND Condition2;
AddColumn(bsince, "pds above zero", 1.0);
--- In amibroker@xxxxxxxxxxxxxxx, "Prashant Nayak" <pnayak@xxx> wrote:
>
> HI friends,
>
> I could not make it work with the cci formula given there. can
> somebody help me code or code it for me plsssssssss.
>
> Pras
>
> --- In amibroker@xxxxxxxxxxxxxxx, "murthysuresh" <money@> wrote:
> >
> > suggest goto the afl library and look at the woodies cci formulas
> > --- In amibroker@xxxxxxxxxxxxxxx, "Prashant Nayak" <pnayak@>
wrote:
> > >
> > > Hi friends,
> > >
> > > I want to explore for CCI(14) which is abv zero for 5 days.
That
> is
> > > the exploration should list the tickers for which this
condition
> has
> > > been met today only.
> > >
> > > It should not list the tickers which satisfied the cond yday or
> day
> > > before.
> > >
> > > Thanks for any help in this mattter.
> > >
> > > Pras
> > >
> >
>
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|