Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 3674
- Note:
- Publié:
- 2017.01.19 16:58
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The Expert Advisor moves a position to a breakeven when a predefined profit is reached.
//+----------------------------------------------+
//| Expert Advisor input parameters |
//+----------------------------------------------+
input uint ZeroFillingStop=500; //position profit in points
input uint Deviation_=10; //max price deviation in points
//+----------------------------------------------+
//| Expert Advisor input parameters |
//+----------------------------------------------+
input uint ZeroFillingStop=500; //position profit 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/16813

SilverTrend semaphore signal indicator features alerts, emails and push notifications.

The Expert Advisor opens and closes positions at the predefined moments in time.

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

Scalpel EA for MetaTrader 5