Join our fan page
- Views:
- 5123
- Rating:
- Published:
- 2011.04.07 13:07
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
This is example of the indicator, that shows bars index in the "Data Window".
The bar indexing is set as timeseries, it means that current uncompleted bar has index=0, the oldest bar has the highest index. Note that the indicator doesn't plot anything (DRAW_NONE), despite the fact that red color for the first graphic plot is defined.
See also: The Drawing Styles in MQL5.
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/329

The Roulette Game.

When the chart symbol is changed, it will change symbols for all other charts.

The DRAW_LINE style is used for plotting the values of the indicator's buffer as a line.

The DRAW_SECTION drawing style is used for plotting the values of the indicator's buffer as a sections.