Three Moving Averages
- Asesores Expertos
-
MetaQuotes Ltd.
This technical account is not intended to communicate with MQL5.community users. If you have any issues using MQL5.community services or if you have found an error in MetaTrader programs, please apply to Service Desk. You can find more information on how to use this service in the MQL5.community - - Versión: 1.3
- Actualizado: 1 diciembre 2017
El Asesor Experto tradea usando la estrategia de tendencia basada en la ubicación mutua de tres medias móviles.
La determinación de la tendencia se realiza mediante el análisis de la ubicación mutua de la media móvil exponencial rápida (FastEMA), media (MediumEMA) y lenta (Slow EMA):
- Compra: FastEMA>MediumEMA>SlowEMA (tendencia arriba).
- Venta: FastEMA<MediumEMA<SlowEMA (tendencia abajo).
Parámetros:
- Inp_Signal_ThreeEMA_FastPeriod = 8;
- Inp_Signal_ThreeEMA_MediumPeriod = 38;
- Inp_Signal_ThreeEMA_SlowPeriod = 48;
- Inp_Signal_ThreeEMA_StopLoss = 400;
- Inp_Signal_ThreeEMA_TakeProfit = 900;
- Inp_Money_FixLot_Percent = 10.0;
- Inp_Money_FixLot_Lots = 0.1.

great product