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
Göstergeler

TimerClosingPeriod - MetaTrader 5 için gösterge

Görüntülemeler:
21333
Derecelendirme:
(38)
Yayınlandı:
2010.02.11 14:44
Güncellendi:
2016.11.22 07:32
\MQL5\Indicators\TimerClosingPeriod\
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

An indicator can be useful for traders who are working on opening of the new candle, it prints the time to close of the current timeframe.

If the timeframe is lower than H1, it also prints the time to close of the current hourly candle.

TimerClosingPeriod

While writing this indicator, I have created a class CTimer, it's located in file CTimer.mqh. It's very simple, you can use it if necessary in your own indicators and Expert Advisors.

The button "enables" and "disables" the timer. The source of the indicator is located in two files, before its use, copy both them in the same folder.

Original version: TimerClosingPeriod

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

ErrorDescription ErrorDescription

The library contains functions that returns description of runtime error codes and trade server return codes.

LoongClock LoongClock

A very simple sample of clock

LoongMAx96 LoongMAx96

Draws 96 line MAs with only 100 lines of code (uses CMyBuffer class).

sChartsSynchroScroll sChartsSynchroScroll

The script provides a synchronous scrolling for all charts opened in the client terminal.