
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
good indicator! I use it all the time for general analysis of currency positions and determination of working pairs in the current period.
I use period 21
I tried to write an Expert Advisor with this indicator in this thread:
https://www.mql5.com/ru/forum/2522
I didn't get any special results.
it's wrong
if(ihMA_1<0 || ihMA_1<0) return(-1);
this is right
if(ihMA_1<0 || ihMA_2<0) return(-1);
or not ?
Thanks
Mario