Indicators: Instantaneous Trendline Filter

 

Instantaneous Trendline Filter:

Like MA cross but this indicator shows more valid signal. Buy and Sell Signal appears when it cross each others.

Author: John Smith

 

подскажите пожалуйста как установить этот индикатор в meta trader

 
Можете скопировать индикатор в папку С: \Program Files\MetaTrader 4\experts\indicators или скачать через MetaEditor, смотрите видео здесь.
 
Great job
 
Great job,thank you!
 

Hi Scriptor,

The indicator looks great and practical especially for manual trading. But, how do I call it in EA? I trying many times but still can't make it. I use the same method as other Indicators. Based on the following parameters:-

extern double       alpha=0.07;
extern int          maxbars=2000;
extern string
Price_Choice="-----  Typical or Median  --------------";
extern bool is_median=true;

I created the following:-

  double Lime=iCustom(NULL,0,"Instantaneous_Trendline_Filter",0.07,2000,0,0);//current
  double Red=iCustom(NULL,0,"Instantaneous_Trendline_Filter",0.07,2000,1,0);//current

Is it correct? Is there any other method or parameters that I need to add?

Rgds,

azizan8[at]gmail.com

 
The indicator looks great