Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
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
Ö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örüntülemeler:
- 4425
- Derecelendirme:
- Yayınlandı:
- 2018.03.01 11:58
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
The indicator draws a moving average line calculated based in the low and high prices over the given interval of bars.
Calculation formula
MinMaxMA[i] = (Min + Max)/2
where Min, Max are the lowest and the highest prices in the range between (i-Period + 1) and (i).
It has two parameters:
- Period - calculation period;
- Applied price - price used for calculations.
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/19958

The indicator searches for divergences and displays them on the chart of the signal line of the custom MACD indicator.

The indicator searches for divergences and displays them on the chart of the custom MACD indicator.

The indicator draws candlesticks in a separate window in the form of a histogram from the zero line.

A set of thirty popular candlestick patterns.