PureBytes Links
Trading Reference Links
|
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);
|