Uncategorized

TimescaleDB – One of the Best Ways to Store Market Data

Author name: QuantNomad

TimescaleDB - One of the Best Ways to Store Market Data Quant Nomad

TimescaleDB – One of the Best Ways to Store Market Data

Over the years I worked on many quantitative projects. Every project has different ways of storing market data. If you want to store your market data properly TimeScale DB might be a very good solution for you. It’s a Time Series database on to of PostgreSQL. It seems to be pretty quick and robust. It TimescaleDB – One of the Best Ways to Store Market Data Read More →

TimescaleDB – One of the Best Ways to Store Market Data 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) Quant Nomad

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 »