подскажите пожалуйста как установить этот индикатор в meta trader
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

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Instantaneous Trendline Filter:
Author: John Smith