Deskripsi
eMovingAverage EA is based on one moving average.
Moving average is the function which is equal to an average value for the previous period. When MA crosses price on just formed bar (bar index is zero), positions are opened and closed. Lot volume is optimized according to a special algorithm.
Entry parameters:
Lots — Initial volume of open positions;
MaximumRisk - shows base risk value in per cent for each trade. Usually it is within the range from 0.01 (1%) to 1 (100%);
DecreaseFactor — is the extent to which lot volume decreases after a loss-making trade. Usual values: 2,3,4,5. If previous trades are loss-making, further volumes are reduced by DecreaseFactor just to survive a failed period of time;
MovingPeriod — moving average period;
MovingShift - Shift of the indicator against price chart.