Skip to content
/ qsed Public

Event-Driven Backtester / Live Trader, inspired by QuantStart articles

Notifications You must be signed in to change notification settings

JiaRu2016/qsed

Repository files navigation

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

About

Event-Driven Backtester / Live Trader, inspired by QuantStart articles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages