Индикаторы: MA without consolidation problem

 

MA without consolidation problem:

Moving Average weak point is consolidation false signals. The indicator gives buy/sell signals using moving average, but it won't give any false signals in consolidation.

Author: Michael

 

Hi

ma[2] = iMA(NULL,0,period,0,MODE_EMA,PRICE_MEDIAN,i+2);

why this line ?

 
Matutin:

Hi

ma[2] = iMA(NULL,0,period,0,MODE_EMA,PRICE_MEDIAN,i+2);

why this line ?


Hi,

 that script is a part of my EA, and as you noticed well I don't use that value in this script. I should've deleted it but I haven't catched it. 

 
I backtested your indicator .. and attached is the result ..
Причина обращения: