Is there any problem with loading lot of days and make calculation from it? I'm finding issues when I load lot of days, the rectangles are not drawn correctly, but if I load less days they work, is there something in chache, or whatever I need to know? I've seen that there's a _maximumBarsLookBack_ but even if I put infinity, then it still don't render what I say, even if I hardcode the values without getting the values from OHLC lets say the Low and High, even if I do a print and prints the correct value it's not drawing the rectangle as it should.
Any idea what I'm missing? The logic shouldn't be because if there's low days loaded it works flawless, the thing is when I start to load more than let's say 20 days and I'd like to be able to load >200 days with this indicator.

Comment