Indicators: is7n_trend.mq5 (new) - page 2

 
vspexp:

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