Multi-order Exponentilal Fitting




Hi,

Time to time I receive the requests to make profitable strategies using the fitting indicators such as TMA, Hodrick-Prescott filter, SSA, Solar Wind(or Fisher yur4ik) and others that look perfect on the history.
So I decided to add one more "Holy Grail" to them - the Multi-order Exponentilal Fitting indicator.

Code:
extern int     Price          =   0;   //Price Mode (0...6) 
extern int     Length         =  25;   //Period of Smoothing
extern int     Order          =   2;   //Fitting Order
extern double  WeightFactor   =   2;   //WeightFactor(eg. 2-EMA,1-Wilder) 
extern int     Window         = 500;   //Window size in bars
Attachment 5130

Regards,
Igor