Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 3306
- Note:
- Publié:
- 2017.01.19 16:59
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The EA moves a stop loss (pushing it closer to the price) to a predefined fixed distance from the current price.
//+----------------------------------------------+
//| Expert Advisor input parameters |
//+----------------------------------------------+
input uint TralingStop=500; //position stop loss in points
input uint Deviation_=10; //max price deviation in points
//+----------------------------------------------+
//| Expert Advisor input parameters |
//+----------------------------------------------+
input uint TralingStop=500; //position stop loss in points
input uint Deviation_=10; //max price deviation in points
//+----------------------------------------------+
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/16830

Scalpel EA for MetaTrader 5

The Expert Advisor opens trades when the price approaches an integer cent, for example, 1.39, 1.40 or 1.41.

The Expert Advisor increases the volume of an open position if profit in points from the last trade increases a threshold fixed in the EA inputs.

Waddah_Attar_Trend indicator features alerts, emails and push notifications.