[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: [ rangeboundCCI = 100 * tanh( CCI(period )) ] Want CCI to range from 0 to 100


  • To: amibroker@xxxxxxxxxxxxxxx
  • Subject: [amibroker] Re: [ rangeboundCCI = 100 * tanh( CCI(period )) ] Want CCI to range from 0 to 100
  • From: "ricko8294_98" <ricko@xxxxxxxxxx>
  • Date: Wed, 12 Jul 2006 04:01:44 -0000

PureBytes Links

Trading Reference Links

When I plot your code I get only 2 values - either plus 100 or minus 
100

Rick
--- In amibroker@xxxxxxxxxxxxxxx, "dalengo" <dalengo@xxx> wrote:
>
> rangeboundCCI = 100 * tanh( CCI(period )) 
> 
> as I was suggesting here many moons ago.
> cheers--
> 
> --- In amibroker@xxxxxxxxxxxxxxx, "mrdavis9" <mrdavis9@> wrote:
> >
> > I would like to have a CCI(50) , and also a CCI(100) that ranges 
> from Zero to 100, in lieu of the typical CCI range of negative 100 
to 
> positive 100.
> > 
> > This formula balow comes from Investor/RT Tour
> > 
> > ====================
> > TP = (HI + LO + CL) / 3 
> >     TP stands for Typical Price
> > 
> > MATP = MA(TP, n)
> >     n = CCI Period
> >     MATP stands for Moving Average (Simple) of Typical Price
> > 
> >     where n = CCI Period
> >     MDTP stands for Mean Deviation of Typical Price
> >  
> > CCI = (TP - MATP) / (MDTP * 0.015)
> > =====================================
> > I bet that Dingo knows how to  change this formula so that  it 
will 
> oscillate between zero and 100. 
> > 
> > Later Ron D.
> >
>