Join our fan page
- Views:
- 5430
- Rating:
- Published:
- Updated:
-
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
RouletteGame
The Roulette Game.
iChartsSwitchSymbol
When the chart symbol is changed, it will change symbols for all other charts.
DRAW_LINE
The DRAW_LINE style is used for plotting the values of the indicator's buffer as a line.
DRAW_SECTION
The DRAW_SECTION drawing style is used for plotting the values of the indicator's buffer as a sections.