Watch how to download trading robots for free
Find us on Facebook!
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

Normalized_Intraday_Intensity_Oscillator - indicator for MetaTrader 5

Views:
4041
Rating:
(10)
Published:
2018.12.28 12:58
Updated:
2019.01.17 11:29
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

John Bollinger's Normalized Intraday Intensity Oscillator.

It has one input parameter:

  • Period - calculation period

Calculations:

NII = SMA(SUMM, Period) / AvgVOL * 100.0

where:

AvgVOL = SMA(VOL, Period)
SUMM = (2.0 * Close-High-Low) / (High-Low) * VOL

VOL - tick volume


Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22800

RSI_Oscillator_Histo RSI_Oscillator_Histo

RSI Histogram Oscillator

SAR_Oscillator2 SAR_Oscillator2

SAR Oscillator 2 indicator

LWMA_MA LWMA_MA

Indicator LWMA/SMA ratio

Hurst_Difference Hurst_Difference

Indicator Hurst Difference