Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.77 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.77 KB

Event-Driven Backtester / Live Trader

Reference

inspired by quantstart (www.quantstart.com) series articles:

Mind Map

Dirs

$ python qsMainEngine.py

event-driven-demo/

Demo of quantstart series articles.

cd event-driven-demo
python main.py

bitmex/

cd bitmex
python main.py       # test bitmexDataHandler with main.py
python test-OMS.py   # test OMS: bitmex Target-Position-Based OMS, with random signaller

bitmex-HistoryData/

cd bitmex-HistoryData/
python bitmexHistoryData.py  # unit test

Sina/

cd Sina/
python SinaLiveDataHandler.py  # unit test