tg-me.com/PineCodersSquawkBox/84
Last Update:
🔈 #news
Pine cannot determine the referencing length of a series. Try using max_bars_back
Pine team's continued efforts to optimize memory use will in the next weeks lead to more scripts encountering the max_bars_back
error message.
What's happening is that the default historical buffer size of 300 bars allocated to variables will gradually be decreased to 1 bar, as is currently the case with functions. You will thus need to use max_bars_back
to explicitly allocate buffer size in some scripts that did not require it before.
A new Help Center page explains the details of what the historical buffer size is, how it works and how you can control it using max_bars_back
in two different ways.
https://www.tradingview.com/?solution=43000587849
BY PineCoders Squawk Box
Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283
Share with your friend now:
tg-me.com/PineCodersSquawkBox/84