Join our fan page
- Views:
- 3600
- Rating:
- Published:
- 2018.06.18 16:23
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The indicator shows in a separate window, as a histogram, the candlestick sizes by two parameters:
- Difference between Open and Close;
- Difference between High and Low.
You can also enable smoothing and display the averaged value of candlestick sizes.
The indicator has four input parameters:
- Calculation type - type of calculations:
- Open/Close - difference between Open and Close;
- High/Low - difference between High and Low.
- Smoothing - smoothing switch (Yes/No);
- Period - averaging period;
- Method - smoothing method.
Fig.1. Calculating Open/Close without smoothing
Fig.2. Calculating High/Low without smoothing
Fig.3. Calculating Open/Close with smoothing
Fig.4. Calculating High/Low with smoothing
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20920

A colored tick-volume indicator.

Wiseman is an indicator basically aimed at showing the candlestick, on which the trend has changed its direction.

Indicator of candlestick size / tick volume ratios.

Indicator of candlestick size / tick volume ratios and signal line.