Uncategorized

TimescaleDB – One of the Best Ways to Store Market Data

August 2021

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 “Value with NA type cannot be assigned to a variable that was defined without type keyword.”

You can receive this error by running this simple code: Add to Chart operation failed, reason: line 5: Value with NA type cannot be assigned to a variable that was defined without type keyword The issue is that PineScript doesn’t know what type should this variable be. It can’t guess the type from the NA

How to fix “Value with NA type cannot be assigned to a variable that was defined without type keyword.” Read More »