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:
- 8055
- Rating:
- Published:
- 2018.12.28 13:05
- Updated:
- 2019.01.17 12:02
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
Indicator Candle's Middle Point displays the middle point of a candle.
It has two adjustable parameters:
- Middle point for - display the middle point for
- Candle - candles
- Body - candle body
- Dots type - the candle middle point dots type:
- Smallest Dot - the smallest dot
- Small Dot - cmall dot
- Big Dot - big dot
- Small Square - small square
- Big Square - big square
- Small Diamond - small diamond
- Big Diamond - big diamond
- Cross - cross
Calculations:
- For the middle point of a candle:
Point = (High + Low) / 2.0
- For the middle point of the candle body:
Point = (Open + Close) / 2.0
Fig.1. Middle point for = Candle
Fig. 2. Middle point for = Body
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/22719

Indicator Colored Middle Point of Candles

Indicator EMA HLC Envelope