Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Unisciti alla nostra fan page
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
- Visualizzazioni:
- 21431
- Valutazioni:
- Pubblicato:
- Aggiornato:
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Good EA, good optimization results. The unfailing EUR/USD pair and H1 timeframe.
Input parameters:
extern int BeginSession1=6; extern int EndSession1=10; extern int BeginSession2=10; extern int EndSession2=14; //---- extern double TrailingStop=0; extern double TakeProfit=0; extern double InitialStopLoss=40;
Hans123_Trader
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/8614

The idea has existed for a long time - based on the "Conservative intraday scalping" strategy, but I could not find a suitable indicator in MT4... Integration of the custom indicator to the EA.

Another attempt to adapt the moving average.

MA with a price.

Allows to get the signals for entering and exiting the market.