MetaTrader 5 / Indicateurs
Intraday_Intensity_Index - indicateur pour MetaTrader 5
6273
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