Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.37 KB

README.rst

File metadata and controls

41 lines (30 loc) · 1.37 KB

HftBacktest

|Codacy |Python Version |License

High-frequency trading and market-making backtesting tool that takes order queues and latencies into account based on full order book and trade tick data.

Getting started

Installation

pip install hftbacktest

Data Source & Format

Please see https://github.com/nkaz001/collect-binancefutures regarding collecting and converting the feed data.

Examples

Please see example directory.

Documentation