Crypto has dominated financial news this week. This Sunday, Bitcoin brings the most awaited update in four years. Major payment companies are launching crypto-cards for more adoption. Smart-contract projects also benefit from this trend, highlighting Avalanche. But not all attention is on Bitcoin. Here are the five major headlines from November 8th: Avalanche Ready To QN – Crypto Digest #1 – Nov 14, 2021 Read More →
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 →
Portfolio calculation and optimizations are very basic tasks in Quantitative Finance. But people who are just started programming might have issues with them. Empyrial library in Python might be a solution for simple portfolio tasks. It encloses data downloading and all computations behind a super simple interface. You can literally code optimization in 1-2 lines Empyrial – The Easiest Way to Optimize Portfolios in Python Read More →
Portfolio calculation and optimizations are very basic tasks in Quantitative Finance. But people who are just started programming might have issues with them. Empyrial library in Python might be a solution for simple portfolio tasks. It encloses data downloading and all computations behind a super simple interface. You can literally code optimization in 1-2 lines Empyrial – The Easiest Way to Optimize Portfolios in Python Read More →
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 →
It’s fairly simple to add a session to PineScript Strategies, you can do that just in few minutes adding just a few lines of code to your script. Forst create an input variable that will store the definition of our session. Later you’ll be able to change session variable from parameters without changing your code. The Easiest Way to Add a Session to PineScript Strategies Read More →
