Found It:
bar index of first visible bar from left:
int firstVisibleBar = FirstVisibleBar(); (Slawa - this one is not documented!)
bars per window:
int barsPerWindow = BarsPerWindow();
bar index of first visible bar from left:
int firstVisibleBar = FirstVisibleBar(); (Slawa - this one is not documented!)
bars per window:
int barsPerWindow = BarsPerWindow();

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Is it possible to get the index of the bar at the right of current chart visible area?
I mean, if I scrolled data back to history, the index of the bar on the right of the visible chart area is not 0, and I don't know how to retrieve it.
I Hope that someone has an idea.
Thanks
ruby