PineCoders Squawk Box
Відкрити в Telegram
News & Tips on TradingView's Pine programming language
Показати більше3 493
Підписники
Немає даних24 години
+157 днів
+4730 день
Архів дописів
🌲 #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🌲 #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🔈 #news
Give the beta of TV Desktop a whirl!
https://www.tradingview.com/blog/en/tradingview-desktop-beta-is-out-now-21962/
🔈 #news
We published a new framework: MTF Oscillator Framework
https://www.tradingview.com/script/Wvcqygsx-MTF-Oscillator-Framework-PineCoders/
🔈 #news
We published a new framework: Time Offset Calculation Framework
https://www.tradingview.com/script/5mZ7hV66-Time-Offset-Calculation-Framework-PineCoders-FAQ/
🌲 #newfeature
You can now input date/time information in scripts.
https://www.tradingview.com/blog/en/new-parameter-for-date-input-added-to-pine-21812/
🔈 #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
🌲 #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🌲 #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🔈 #news
The Shift-Shift shortcut that had recently started bringing up the Symbol Search dialog box has been removed.
🌲 #newfeature
The resolution widget's dropdown menu now shows any custom interval defined using the chart's "Time Interval" icon.
🔈 #news
This latest blog post on Pine contains interesting stats:
https://www.tradingview.com/blog/en/pine-script-is-going-places-21315/
🔈 #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
🌲 #newfeature
You can now receive notifications on updates to the scripts you have liked.
🌲 #newfeature
input() now supports type = input.color
https://www.tradingview.com/blog/en/create-color-inputs-in-pine-20751/🌲 #newfeature
You can now see which scripts you liked in your user's profile's SCRIPTS tab.
🌲 #newfeature
You can now see which scripts an author commented on in his SCRIPTS tab.
🐞⚔️ #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.
💪 #tip
See all our tricks to organize script Inputs in this FAQ entry:
https://www.pinecoders.com/faq_and_code/#how-can-i-organize-my-scripts-inputs-in-the-settingsinputs-tab
