- Implementation of the strategy: strategies/stoikov/stoikov.py
- Notebook with backtesting experiments: strategies/stoikov/stoikov_test.ipynb
- Binance Perpetual Futures BTCUSDT data: eda/eda-btc.ipynb
- Binance Perpetual Futures ETHUSDT data: eda/eda-eth.ipynb
- Comparison of BTCUSDT and ETHUSDT data: eda/btc-eth-comparison.ipynb
- My simulator is in directory simulator
- Simulator that is used throughout the project is in submodule
simulator_external
(a fork of https://github.com/dolmatovas/HFT).