Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 11517
- Note:
- Publié:
- 2017.05.29 14:14
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
The script deletes all pending orders on all symbols at a time.
Script input parameters:
//+----------------------------------------------+ //| SCRIPT INPUT PARAMETERS | //+----------------------------------------------+ input uint RTOTAL=4; // Number of attempts in case of unsuccessful trades input uint SLEEPTIME=1; // A pause between the attempts in seconds input uint Deviation_=10; // Price deviation
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/18080

The script closes all pending orders on the current symbol.

Trading based on preset candlestick combinations (patterns) Candlesticks are marked as "1" (bullish) and "0" (bearish). TakeProfit, StopLoss

The script deletes all orders of the type specified in settings, on the current symbol.

Plays a sound when position is closed.