Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Sistemi Esperti

Exp_ClosePositionsByTime - sistema esperto per MetaTrader 5

Visualizzazioni:
2766
Valutazioni:
(19)
Pubblicato:
2017.05.29 13:48
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

The Expert Advisor closes all the current symbol positions opened on the account, if the current server time has exceeded the time limit specified in the input variables.

//+----------------------------------------------+
//| Expert Advisor input parameters              |
//+----------------------------------------------+
input datetime StopTime=D'2030.01.01 23:59';   //Position closing time
input uint    Deviation_=20;                   //max price deviation in points


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

ColorParabolic_HTF ColorParabolic_HTF

The ColorParabolic indicator with the timeframe selection option available in its input parameters.

StreamСCandles StreamСCandles

The indicator colors candlesticks whose size multiplied by volume exceeds a preset value.

Exp_CloseAllPositionsByTime Exp_CloseAllPositionsByTime

The Expert Advisor closes all positions opened on the account, if the current server time has exceeded the time limit specified in the input variables.

Candle Shadow Candle Shadow

The indicator finds candlesticks without an upper or lower shadow. The indicator style is DRAW_ARROW.