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:
- 5222
- Rating:
- Published:
- 2018.07.13 16:01
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Oscillator of intraday intensity index as a histogram with a signal line.
It has two configurable parameters:
- Intensity period - calculation period
- Signal period - signal line period
Calculations:
II = 100*Avg/AvgVol Signal = SMA(II, Signal period)
where:
Avg = SMA(Vol, Intensity period) AvgVol = SMA(Volume, Intensity period) Vol = Volume*(2*Close-High-Low) / (High-Low)
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21323

Indicator AbsolutelyNoLagLwma_Range_Channel with the timeframe selection option available in the input parameters.

A market state indicator