Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
5224
Valutazioni:
(24)
Pubblicato:
2017.05.29 14:14
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The script closes all pending orders on the current symbol.

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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/18079

Morse code Morse code

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

Size of a candle (histogram) Size of a candle (histogram)

The indicator displays the candlestick size (High-Low) and its direction in the form of a colored histogram.

CloseAllOrders CloseAllOrders

The script deletes all pending orders on all symbols at a time.

CloseOrdersBySymbolByType CloseOrdersBySymbolByType

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