Alım-satım 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
Kütüphaneler

Comment2 - MetaTrader 4 için kütüphane

Görüntülemeler:
4696
Derecelendirme:
(15)
Yayınlandı:
2016.03.25 13:48
Güncellendi:
2016.04.21 12:01
\MQL4\Include\
MQL5 Freelance Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The Comment2 library expands the capabilities of the standard Comment function for comment output and places the str_text comment to the specified str_no line on the chart.

This function allows to output the comments from the experts, scripts, indicators into a single window without worrying that that screen text could be accidentally overwritten. It is sufficient to competently distribute the line numbers by explicitly defining which line to output the comment.

To use this function it is necessary to:
     1. place the comment2.mq4 file to the MetaTrader4\Experts\Libraries folder;
     2. place the comment2.mqh file to the MetaTrader4\Experts\Include folder;
     3. compile the comment2.mq4 library;
     4. include this library to the expert\script\indicator using the #include <comment2.mqh> directive;
     5. replace all calls to the Comment() with calls to the Comment2(), specifying the line to output the text.

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

WATR trend indicator, simple but clear WATR trend indicator, simple but clear

A simple trend indicator that clearly shows the direction of the current trend. It can be used in the breakout trading systems.

New_Fractal_Lines New_Fractal_Lines

The New Fractal Lines indicator implements not the "squat" bar, but the "squat" fractal and draws the fractal lines.

FloatPivot FloatPivot

A simple indicator of the floating reference center and its nearest resistance and support levels.

TimeLib by BabyBear TimeLib by BabyBear

Additional functions for working with the datetime variables.