FAQ

How to change bar colors in TradingView / Pine Script?

Pine

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 Pine Script Study Error “Too Many Drawings, Cannot Clean Oldest”

Drawing objects need to be limited (per study or strategy) because they consume server resources. When you create too many drawings, Pine runtime automatically deletes old ones in a process known as garbage collection (removing data that is no longer required or in use). If something goes wrong with regards to drawings, you may encounter How to Fix Pine Script Study Error “Too Many Drawings, Cannot Clean Oldest” Read More →

How to add a watermark (symbol and timeframe) to the chart background in TradingView?

In TradingView it’s possible to add a watermark to your chart background. It will show the current symbol and timeframe you’re working with. It can be pretty useful to have it. It will help you and others better understand your charts and ideas. In this article, I will show you how you can add it How to add a watermark (symbol and timeframe) to the chart background in TradingView? Read More →