Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
3645
Valutazioni:
(9)
Pubblicato:
2018.07.09 13:44
APZ.mq5 (10.77 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

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

Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.