PureBytes Links
Trading Reference Links
|
Stefan & Stephane
Thank you so much. The txt file was exactly what I needed.
Keith (B)
--- In amibroker@xxxx, "Stephane Carrasset" <nenapacwanfr@xxxx> wrote:
> Ehlers is a plugin of stefan and I am stephane
> stefan has written a help file that I upload in third party right
now
>
> for others help of others plugins I am updating them now
>
> 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);
|