Ticaret 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örüntülemeler:
3668
Derecelendirme:
(9)
Yayınlandı:
2018.07.09 13:44
APZ.mq5 (10.77 KB) görüntüle
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Indicator APZ (Adaptive Price Zone) represents an adaptive price channel. The indicator was described in article "Trading With An Adaptive Price Zone" by Lee Leibfarth in "Stocks and Commodity" in September, 2006.

It has four configurable parameters:

  • Period - calculation period;
  • Applied price - the calculation price;
  • Method - calculation method;
  • Width - channel width.

Calculation:

Up = MA1 + Width * MA2
Dn = MA1 - Width * MA2

where:

MA1 = MA(Applied price, Period, Method)
MA2 = MA(Range, Period, Method)
Range = High-Low

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

AML AML

Indicator AML (Adaptive Market Level) displays one of three market states: Flat, uptrend, and downtrend.

ZLS ZLS

Indicator ZLS (Zero Lag Stochastic) - a zero-delay stochastic - a ratio of several stochastics with different periods %К, deceleration, and weights.

CVI CVI

Oscillator CVI (Chartmill Value Indicator).

IMI IMI

Indicator Intraday Momentum Index.