Pine

New TradingView Feature: Pine Script Tables

May 2021

New TradingView Feature: Pine Script Tables

To display any textual information on the chart I used labels. And it doesn’t look very good. Here is an example of the code with label: So in this code I just compute 3 indicators and display their values for the last labels. This solution isn’t very nice. It’s pretty tricky to style your label New TradingView Feature: Pine Script Tables Read More →

New TradingView Feature: Pine Script Tables Read More »

How to fix the `transp` argument will be deprecated soon error?

You may have noticed the following warning message in your PineScript indicator scripts: The `transp` argument will be deprecated soon. We recommend using color.new() or color.rgb() functions to specify the transparency of the plots instead. Below is an example of code that causes this warning. Why does this error occur? This warning message occurs simply

How to fix the `transp` argument will be deprecated soon error? Read More »