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:
4811
Note:
(15)
Publié:
2018.10.25 18:35
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Auto Envelope is an envelope indicator that automatically changes the channel size calculating the standard deviation for the last 100 bars. It is designed to change the value no more than once a week, which makes it suitable even for intraday data.

It has four inputs:

  • MA period - moving average calculation period
  • MA method - moving average calculation method
  • Deviation factor - standard deviation ratio
  • Deviation period - standard deviation calculation period

Calculation:

Central = MA Top = Central + Channel / 2.0 Bottom = Central - Channel / 2.0

where:

Channel = StdDev * Deviation factor * Central / 10.0 StdDev - StdDev(Raw, Deviation period) Raw = 2.0 * Max(Abs(High-MA), Abs(Low-MA)) / MA MA - MA(Close, MA period, MA method)

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

OBOS OBOS

OBOS indicator

CCI_OBOS_Crossover CCI_OBOS_Crossover

CCI OBOS Crossover indicator

Aroon_Filter Aroon_Filter

Aroon Filter indicator

Aroon_Horn Aroon_Horn

Aroon Horn indicator