//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 [email protected], "Prashant Nayak" <[EMAIL PROTECTED]> 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 [email protected], "murthysuresh" <money@> wrote:
> >
> > suggest goto the afl library and look at the woodies cci formulas
> > --- In [email protected], "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
> > >
> >
>


Reply via email to