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

TimerClosingPeriod - indicatore per MetaTrader 5

Visualizzazioni:
21438
Valutazioni:
(38)
Pubblicato:
2010.02.11 14:44
Aggiornato:
2016.11.22 07:32
\MQL5\Indicators\TimerClosingPeriod\
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.