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
Kütüphaneler

MQL5 Wizard - GANN HiLo Signal - MetaTrader 5 için kütüphane

Görüntülemeler:
7394
Derecelendirme:
(32)
Yayınlandı:
2016.05.12 13:47
Güncellendi:
2016.11.22 07:32
\MQL5\Include\Expert\Signal\ \MQL5\Indicators\
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Signal based on the indicator Gann Hilo. There are three operating modes: trigger, continuous and both.

In trigger mode, the signal will be generated only when the price crosses the indicator or when there is a piercing. The rest of the time there will be no signals.

In the continuous mode, the signal is always present. For example, if the price is above the indicator, there will always be a buy signal and vice versa.

The both mode does not require much detail, there will be a sporadic signal based on the trigger mode conditions and following that the signal's continuity is maintained by the continuous mode. The real value of these options comes when we want to integrate this signal with others.

MQL 5 Wizard - Simpler Intraday Time Filter MQL 5 Wizard - Simpler Intraday Time Filter

Filter based on the Intraday time filter offered by the standard library.

RVI_Chart RVI_Chart

The RVI Oscillator in the main chart window relative to the Moving Average indicator.

RegularExpressions in MQL5 for working with regular expressions RegularExpressions in MQL5 for working with regular expressions

Regular expressions provide a formal language for quick and flexible processing of texts. Each regular expression is a pattern (mask), for which the regular expression engine tries to find matches in the source text. A pattern consists of one or more character literals, operators, or constructs.

Trends Accumulator Trends Accumulator

Accumulator of price movements. Defines the start and the end of a trend.