Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2599-standardlibrary-cchart-cchartvisiblebars.md
T

13 lines
233 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# VisibleBars
Gets total number of visible chart bars.
```
int  VisibleBars() const
```
Return Value
Gets total number of visible bars of the chart assigned to the class instance. If there is no chart assigned, it returns 0.