Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
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
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Uzman Danışmanlar

Exp_CloseAllPositionsByTime - MetaTrader 5 için Uzman Danışman

Görüntülemeler:
2993
Derecelendirme:
(20)
Yayınlandı:
2017.05.29 13:49
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

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.

//+----------------------------------------------+
//| 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

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/17910

Exp_ClosePositionsByTime Exp_ClosePositionsByTime

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.

ColorParabolic_HTF ColorParabolic_HTF

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

Candle Shadow Candle Shadow

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

Candle shadow percent Candle shadow percent

The indicator finds candlesticks with a minimum or maximum shadow size. Limitation on the size of the candlestick body.