Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Vues:
3673
Note:
(9)
Publié:
2018.07.09 13:44
APZ.mq5 (10.77 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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

Traduit du russe par MetaQuotes Ltd.
Code original : 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.