PineCoders Squawk Box
3.85K subscribers
60 photos
166 links
News & Tips on TradingView's Pine programming language
Download Telegram
🛠 #fix
The problem that caused some scripts to stop working since Friday has been fixed.
🛠 #fix
The problem that caused some scripts using fills to misbehave has been fixed.
🛠 #fix
math.round(na) used to return zero instead of na, contrary to how other built-ins behave. This has been fixed. math.round(na) now returns na. If needed, you can still reproduce the previous behavior with nz(math.round(x)).
🛠 #fix
The behavior of qty_percent in strategy.exit() has changed. Instead of applying to whatever remains of the position, it now always applies to the initial position size.
See details in the Release notes.
🛠 #fix
There was a problem with scripts using chart.left/right_visible_bar_time where if the indicator's scale was manually adjusted, it reverted to auto-scaling when the chart changed. Expected behavior was restored.
🛠 #fix
The ordering of scripts in your user profile's SCRIPTS tab was inadvertently changed a few days ago, which made them appear in latest updated order. The previous order by publication date was restored. Apologies for the inconvenience.
🛠 #fix
When a plot style was used and script users changed it in the "Style" tab, and then changed an input value, the plot's style was reset. This no longer happens.
🛠 #fix
math.round_to_mintick() used to return zero when used on na values. It now returns na in those cases.
🛠 #fix
You can now update your scripts without risking a conversion to an idea.