Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Experts

Hans123_Trader - expert pour MetaTrader 4

Vues:
20586
Note:
(11)
Publié:
2016.07.01 09:22
Mise à jour:
2016.11.22 07:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/8614

Attempt to create an Expert Advisor based on the Center of Gravity indicator Attempt to create an Expert Advisor based on the Center of Gravity indicator

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.

i1AMA i1AMA

Another attempt to adapt the moving average.

MA with a price MA with a price

MA with a price.

FiboCalc FiboCalc

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