|
DLL's for 
Fast Fourier Transform ( FFT) filtering
The screenshots below show the FFT /inverse FFT in
action.
The code returns an array of the previous values of the filtered serie, not only
the last one.
A detrend (provided) must be performed (mandatory) on raw price data and can be avoided on
oscillators.
This code can be used in any system or indicator. The main purpose is to filter any data
serie without adding too much lag.
EXAMPLES:
Return to top

Printed using TradeStation 4 by TradeStation Technologies
Click on the above thumbnail image to get the full
size picture.
FFT inverse FFT applied to midprice = (high+low)/2.
Data window length=32bars. Cuts frequencies above 2nd spectrum components.

Printed using TradeStation 4 by TradeStation Technologies
Click on the above thumbnail image to get the full
size picture.
FFT inverse FFT applied to midprice = (high+low)/2.
Data window length=32bars. Cuts frequencies above 3rd spectrum components.

Printed using TradeStation 4 by TradeStation Technologies
Click on the above thumbnail image to get the full
size picture.
FFT inverse FFT applied to midprice = (high+low)/2.
Data window length=64bars. Cuts frequencies above 3rd spectrum components.

Printed using TradeStation 4 by TradeStation Technologies
Click on the above thumbnail image to get the full
size picture.
FFT inverse FFT applied to RSI(close,10).
Data window length=32bars. Cuts frequencies above 2nd spectrum components.
Return to top
TradeStation inputs to the code:
inputs: Price(c),
{data serie to filter}
Cut(3);
{number of frequencies kept. Decreasing this number
increases filtering...and lag}
Ordering: see the ORDER section on this web
PRICE is 240€
.
SEE OUR SPECIAL PRICE OFFER FOR ALL OUR
TRADESTATION DLL's.
EC users must ad 19.6%VAT or provide their international VAT
number when ordering.
Please provide your name , address, TradeStation or Supercharts Realtime
Block Number.
TradeStation Code ©1996-1998 Philippe Lembo- HLG Gestion &
Pierre Orphelin-Sirtrade International .
Sirtrade International 110, avenue du President Wilson -F93100 Montreuil. FRANCE.
Return to top
|