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

Re: Ehler.dll



PureBytes Links

Trading Reference Links

Hi Stephane,

Is there a list of the available Ehlers commands anywhere?
Is there any user info other than the notes in HELP_Indicators.rtf ?

Keith (B)


--- In amibroker@xxxx, "Stephane Carrasset" <nenapacwanfr@xxxx> wrote:
> Hello,
> for Elliptic Filter
> 
> Plot(sbOEF(Close),"OEF",4,1);// I am sorry I have changed the name 
> Plot(C,"Close",1,64);
> 
> for Triple Delay-line Canceller, I don't find it in the wokspace 
> that stefan have sent to me
> 
> stephane
> 
> 
> Can 
> > Stefan or Stephane, please help.
> > 
> > Thanks 
> > 
> > Mohan
> > 
> > Triple Delay-line Canceller
> > price = (H + L ) / 2;
> > 
> > detrend = sbTDC(price);
> > 
> > Plot( detrend,"TDC",4,1);
> > 
> > 
> > and the next one is
> > 
> > Optimum Elliptic Filter
> > 
> > Plot(sbOptimumEllipticFilter(Close),"OEF",4,1);
> > Plot(C,"Close",1,64);