WARNING : The author of this software will not be responsible for your losses on the market, use at your own discretion. This bot is still in construction.
The cross exchange market making / Hedged Market Making strategy performs market making trades between two markets:
- It emits limit orders to a less liquid, larger spread market.
- It emits market orders on a more liquid, smaller spread market whenever the limit orders were hit.
Market making isn't about placing bunch of bids and asks orders, you will soon realize orderflow isn't random at all and you get filled irregularly and accumulate inventory(which is a serious risk). Hedged Market making can help you with the inventory risk, unless you are slow somewhere. Basics remains the same, MM is all about capturing the spread and managing your inventory. You need to price in information as much as possible in a very low latency manner.
- If speed of arrival market orders picks up across exchanges, stop quoting.
- BART move detections helps in determining taker exchange overloads.
# install dependent packages
sudo apt-get update
sudo apt-get install libboost-all-dev
# install cmake
sudo apt install cmake
# install boost 1.79
wget https://www.boost.org/users/history/version_1_79_0.html
tar --bzip2 -xf boost_1_79_0.tar.bz2
cd boost_1_79_0/
./boostrap.sh
./b2
sudo ./b2 install
Steps to build and run the bot:
git clone --recurse-submodules https://github.com/Naseefabu/HFTBOT.git
cd HFTBOT/
./configure.sh
./build.sh
./run.sh