Three Moving Averages
- Experts
-
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 - - Versão: 1.3
- Atualizado: 1 dezembro 2017
A estratégia de negociação baseada em três médias móveis. Para determinar a tendência, ele usa três médias móveis exponencialmente: FastEMA, MediumEMA e SlowEMA.
Sinais de negociação:
- Sinal para COMPRAR: FastEMA>MediumEMA>SlowEMA (tendência de alta).
- Sinal para VENDER: FastEMA<MediumEMA<SlowEMA (tendência de baixa).
- 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