Pine

New TradingView Feature: Pine Script Tables

QuantNomad

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 →

My PineScript indicator doesn’t work as expected? Where can I get help?

There are plenty of ways you can get help with your PineScript indicator or strategy. In this article, I will list few free and paid ways you can get help. Check official documentation and manuals TradingView has a pretty nice collection of reference guide and manuals: Official Pine Script v4 User Manual – You can My PineScript indicator doesn’t work as expected? Where can I get help? Read More →

How to fix it? ‘the script must have one study() or strategy() function call’

Sometimes when adding a script to the chart in TradingView you might see the following error: “Add to Chart operation failed, reason: The script must have one study() or strategy() function call”. This is happening because PineScript expects to see 1 study or strategy call in your script. Most likely you missed it when copied How to fix it? ‘the script must have one study() or strategy() function call’ Read More →