Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram ü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

Important_Extremums - MetaTrader 5 için gösterge

Görüntülemeler:
4715
Derecelendirme:
(12)
Yayınlandı:
2018.06.06 14:24
MQL5 Freelance Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The indicator displays "important" extremum points on the price chart.

It has one input parameter:

  • Period - indicator calculation period.

Calculation:

If High[i-1] >= MaxHigh and High[i-1] > High[i] - it is the upper extremum
If Low[i-1] <= MinLow and Low[i-1]<Low[i] - it is the lower extremum

where

MaxHigh, MinLow - the highest and the lowest prices in the range from (i-Period-1) to (i-2)

Fig.1. Timeframe H1

Fig.1. Timeframe H1


Fig.2. Timeframe H4

Fig.2. Timeframe H4

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

Donchain counter Donchain counter

A trading system based on the Donchian Channel indicator.

ILRS_MA ILRS_MA

Integral of Linear Regression Slope (ILRS MA).

JSmooth_MA JSmooth_MA

A Moving Average with the smoothing type by Mark Jurik.

Performance_Index Performance_Index

The Performance Index indicator.