Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
3815
Rating:
(9)
Published:
2018.07.09 13:44
APZ.mq5 (10.77 KB) view
MQL5 Freelance Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.