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:
- 3423
- Rating:
- Published:
- 2018.04.18 17:12
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The IDayIIndex (Intraday Intensity Index) oscillator indicator.
It is calculated by the following formula:
III = Sum((2C-H-L)/(H-L))*TickVolume
Normalized:
Normalized III = (III /Sum(V))*100
The indicator has two input parameters:
- Normalized - enable or disable the calculation of the normalized index (Yes/No);
- Period - indicator calculation period.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20161

A stochastic momentum.

A colored histogram drawn using the High/Low prices.

VSI - Volatility Switch Indicator.

A module of trading signals based on the Moving Average indicator signal module.