billpwchan / futu_algo

Futu Algorithmic Trading Solution (Python) 基於富途OpenAPI所開發量化交易程序
Apache License 2.0
377 stars 130 forks source link

Data Processing API + Pathlib Refactor #28

Closed billpwchan closed 2 years ago

billpwchan commented 3 years ago
  1. Remove all dependencies in trading_engine.py, and move all data processing scripts into data_engine.py
  2. Use Pathlib instead of file path string for cross-platform support.