Hello,
I'm studying HFT strategies, market makers algorithms and trading algorithms for specific goals (like minimization of overall transaction costs).
So I'm creating a database of Level II quotes (initially from a single instrument) and need a way to run simulations of the order book, send my own orders (adjusting in "real time" their impact by some predefined rule) etc.
There are some implementations of order matching engines on github. There are even tutorials on Youtube. But it'll be necessary to customize those in order to fulfill my needs and I do not want to commit to a solution before consulting those who understand the subject. On the other hand, maybe there's a ready (probably paid) software for this.
If it is open source, I prefer a C++ codebase.
Anybody know?
PS.: Just to be clear, it's just for research:
I don't intend to trade this way!
I'm studying HFT strategies, market makers algorithms and trading algorithms for specific goals (like minimization of overall transaction costs).
So I'm creating a database of Level II quotes (initially from a single instrument) and need a way to run simulations of the order book, send my own orders (adjusting in "real time" their impact by some predefined rule) etc.
There are some implementations of order matching engines on github. There are even tutorials on Youtube. But it'll be necessary to customize those in order to fulfill my needs and I do not want to commit to a solution before consulting those who understand the subject. On the other hand, maybe there's a ready (probably paid) software for this.
If it is open source, I prefer a C++ codebase.
Anybody know?
PS.: Just to be clear, it's just for research:
I don't intend to trade this way!
.