PineCoders Squawk Box
3.84K subscribers
60 photos
166 links
News & Tips on TradingView's Pine programming language
Download Telegram
πŸžβš”οΈ #bugfix
Fixes have come in today
β€” The Editor's Undo now works after saves.
β€” The cursor's position in the Editor is preserved after saves.
β€” Search & Replace now allows for replacement with an empty string.
🌲 #newfeature
You can now see which scripts an author commented on in his SCRIPTS tab.
🌲 #newfeature
You can now see which scripts you liked in your user's profile's SCRIPTS tab.
🌲 #newfeature
You can now receive notifications on updates to the scripts you have liked.
πŸ”ˆ #news
The process of progressively reducing the default historical buffer size will resume in the next few days. The next step will be to bring the default size down to 200 bars from the current 250.
If your scripts are in the minority that will be affected by the change, please consult the relevant Help Center page:
https://www.tradingview.com/?solution=43000587849
πŸ”ˆ #news
This latest blog post on Pine contains interesting stats:
https://www.tradingview.com/blog/en/pine-script-is-going-places-21315/
🌲 #newfeature
The resolution widget's dropdown menu now shows any custom interval defined using the chart's "Time Interval" icon.
πŸ”ˆ #news
The Shift-Shift shortcut that had recently started bringing up the Symbol Search dialog box has been removed.
🌲 #newfeature
Draw up to the last 500 labels or lines using the new max_lines_count and max_labels_count parameters with your study() or strategy() declaration statements:
https://www.tradingview.com/pine-script-reference/v4/#fun_study
🌲 #newfeature
array.range() now returns the difference between the min and max values from a given array.
https://www.tradingview.com/pine-script-reference/v4/#fun_array{dot}range
πŸ”ˆ #news
Another step will be taken on Monday to further reduce the memory limit allowed per script. Be prepared for some scripts to start throwing the 'Memory limits exceeded` error. See here for solutions:
https://www.tradingview.com/?solution=43000590233
πŸ‘1
πŸ”ˆ #news
TradingView now broadcasts news on TG
https://t.me/tradingview
🌲 #newfeature
The alma() built-in function now accepts a new floor parameter to control how the offset is interpreted.
https://www.tradingview.com/pine-script-reference/v4/#fun_alma
🌲 #newfeature
The behavior of rising() and falling() has changed. The functions now return true only when the series has been rising/falling consecutively for the length number of bars, whereas before it was sufficient for the previous length values to be lower/higher than the current value for the function to return true.
https://www.tradingview.com/pine-script-reference/v4/#fun_rising
https://www.tradingview.com/pine-script-reference/v4/#fun_falling