Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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
Indicateurs

Directional_Volatility - indicateur pour MetaTrader 5

Vues:
4388
Note:
(13)
Publié:
2018.10.25 17:29
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Directional Volatility indicator. The indicator displays two volatility lines - bullish and bearish ones.

It has two configurable parameters:

  • Period - calculation period
  • Deviation - deviation

Calculation:

Short = ShortMA + Deviation * ShortDev Long  = LongMA  + Deviation * LongDev

where:

ShortMA - EMA(ShortS,Period)
ShortDev - StdDev(ShortMA,Period)
ShortS = PrevClose - Low

LongMA - EMA(LongS,Period)
LongDev - StdDev(LongMA,Period)
LongS = High - PrevClose



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

DoubleToText DoubleToText

Converts a number to a text.

CCI_Histogram_Vol_HTF CCI_Histogram_Vol_HTF

CCI_Histogram_Vol indicator with the timeframe selection option available in input parameters

Decycler_Oscillator Decycler_Oscillator

Decycler Oscillator indicator

Simple_Decycler Simple_Decycler

Simple Decycler indicator