FAQ

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

Month: March 2021

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 →

Paring WallStreetBets in Python in Few Lines of Code (Reddit API)

If you’re even slightly interested in trading or investing you probably heard about WallStreetBets. I’s a huge community of retail traders on Reddit with 9.5M followers. This community can influence the market quite significantly these days. Here is a chart of Gamestop, the most famous stock in the community. As you can see community triggered Paring WallStreetBets in Python in Few Lines of Code (Reddit API) 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 →