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
Hello,
i have this code .. does somebody know how to reach more historic bars?
void OnTick()
{
//---
ChartNavigate(0, CHART_END, 0);
Print(High[2000]);
}
this gives me error but with usage of High[1000] it works.
I tried that ChartNavigate funciton but it does not help.
Thanks!!