Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
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:
3831
Note:
(8)
Publié:
2018.07.13 16:05
AB.mq5 (9.74 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Indicator Acceleration Bands - Price Headley's acceleration bands they are based on daily range.

It has two configurable parameters:

  • Period - calculation period
  • Factor - bands widening factor

Calculations:

Top = SMA(Up, Period) Bottom = SMA(Dn, Period)

where:

Up = High * (1+2*(2000 * Factor *(High-Low) / (High+Low))) Dn = High * (1-2*(2000 * Factor *(High-Low) / (High+Low)))

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/21337

WRSI WRSI

An RSI smoothed by Wilder's moving average

VLM VLM

Intraday relative volumes indicator Voltest (VLM)

ButtMA ButtMA

Indicator Butterworth MA.

Choppiness_Index Choppiness_Index

Indicator Choppiness Index