Portfolio management and backtesting are closely linked in the context of financial trading and investment strategies. When you conduct backtesting, you’re typically evaluating how a particular trading strategy or set of strategies would have performed historically. The results of backtesting…
Category: Algorithms
Do you see the logs? Do you like seeing it like this? No right? Who dont like clean logs. I do. But this was the original flow which was causing the problem. I have a scheduler which runs kafka producer…
So, there are basically two approches. Market Growth Approach This approach focuses on broader market trends and economic indicators. It’s ideal for a passive investment strategy where you aim to track or slightly outperform the market. Financial Parameters Approach This…
There are lots of questions that pops up my mind regarding any message broker. One of which is what happens to the message once it is consumed. Here is where the offset management comes in. Actually, kafka tracks the position…
As a part of the series of designing a market data feed handler system, this is the best usecase I found on internet. A High-Frequency Trading (HFT) firm needs to implement a robust market data feed handler system to support…
While in Part 1 we saw how could we set up the project, and get a cron running to pull the products from the database and show the products on the UI. Here is a sneak peak of the same….
Find new insights to understand how you could implement a previous and next functionality using LinkedList data structure.
Know how to search an element in a record of 10 millions efficiently
Know the high level explanation of recursion in python with code implementation