Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Intraday_Intensity_Index - indicator for MetaTrader 5

Views:
5092
Rating:
(8)
Published:
2018.06.18 13:57
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.