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
Indicateurs

Intraday_Intensity_Index - indicateur pour MetaTrader 5

Vues:
5124
Note:
(8)
Publié:
2018.06.18 13:57
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Intraday intensity index oscillator.

It has two input parameters:

  • Period - calculation period;
  • Use normalization - switch (Yes/No) of using normalization in calculations.

Calculations:

No normalization:

Idx = Sum[Volume * (2*Close - High - Low) / (High - Low)] за Period

With normalization:

Idx = 100*(Sum[Volume * (2*Close - High - Low) / (High - Low)]) / (Sum [Volume]) за Period

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

HWC HWC

Channel indicator HWC (Holt-Winters Channel).

HWMA HWMA

Indicator HWMA (Holt-Winter Moving Average) is a three-parameter moving average by the Holt-Winter method.

MACD_Squeeze MACD_Squeeze

Oscillator MACD Squeeze similar to indicator Trade The Markets Squeeze, but based on MACD.

TradingBoxing TradingBoxing

Trading panel based on class CDialog.