Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
Fan sayfamıza katılın
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
CloseAllOrders - MetaTrader 5 için komut dosyası
- Görüntülemeler:
- 10881
- Derecelendirme:
- Yayınlandı:
- 2017.05.29 14:14
- Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
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
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/18080
CloseOrdersBySymbol
The script closes all pending orders on the current symbol.
Morse codeTrading based on preset candlestick combinations (patterns) Candlesticks are marked as "1" (bullish) and "0" (bearish). TakeProfit, StopLoss
CloseOrdersBySymbolByType
The script deletes all orders of the type specified in settings, on the current symbol.
Sound Alert Entry OutPlays a sound when position is closed.