inspired by quantstart (www.quantstart.com) series articles:
- Event-Driven Backtesting with Python - Part I
- Event-Driven Backtesting with Python - Part II
- Event-Driven Backtesting with Python - Part III
- Event-Driven Backtesting with Python - Part IV
- Event-Driven Backtesting with Python - Part V
- Event-Driven Backtesting with Python - Part VI
- Event-Driven Backtesting with Python - Part VII
- Event-Driven Backtesting with Python - Part VIII
$ python qsMainEngine.py
Demo of quantstart series articles.
cd event-driven-demo
python main.py
cd bitmex
python main.py # test bitmexDataHandler with main.py
python test-OMS.py # test OMS: bitmex Target-Position-Based OMS, with random signaller
cd bitmex-HistoryData/
python bitmexHistoryData.py # unit test
cd Sina/
python SinaLiveDataHandler.py # unit test