Watch how to download trading robots for free
Find us on Twitter!
Join our fan page
Join our fan page
You liked the script? Try it in the MetaTrader 5 terminal
- Views:
- 6459
- Rating:
- Published:
-
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
Channel indicator HWC (Holt-Winters Channel).
HWMA
Indicator HWMA (Holt-Winter Moving Average) is a three-parameter moving average by the Holt-Winter method.
MACD_Squeeze
Oscillator MACD Squeeze similar to indicator Trade The Markets Squeeze, but based on MACD.
TradingBoxing
Trading panel based on class CDialog.