Three Moving Averages
- Experten
-
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 - - Version: 1.3
- Aktualisiert: 1 Dezember 2017
Die Handelsstrategie basiert auf drei gleitenden Durchschnitten. Um den Trend zu bestimmen, werden drei exponentiell geglättete gleitende Durchschnitte verwendet: FastEMA, MediumEMA und SlowEMA.
Handelssignale:
- Kaufsignal: FastEMA>MediumEMA>SlowEMA (Aufwärtstrend).
- Verkaufssignal: FastEMA<MediumEMA<SlowEMA (Abwärtstrend).
- 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