i am currently working on an indicator for seasonality.
I imported external data with 80,000 Bars.
But now i the following problem:
when i try to access bars greater than appx. 6000 and i have if(CurrentBar <6000) i obviously get an error.
But now if i set (CurrentBar < 7000) or greater i dont even get an error message and the indicator wont calculate although i have enough data loaded the CurrentBar is great enough.
What can i do about this? Or is there a maximum Bar back that youre able to index?
Thanks for your help
Felix

Comment