Skip to content

Commit

Permalink
Add Cipher backtesting library to the readme (#19)
Browse files Browse the repository at this point in the history
* add cupher-bt

* typo
  • Loading branch information
nanvel authored Nov 27, 2023
1 parent 05ec8f2 commit 9fc6bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Note: the one marked as `Live Trading` has reasonable live trading support for a
- [zipline](https://github.com/quantopian/zipline) | `Python` | - Zipline is a Pythonic algorithmic trading library. It is an event-driven system for backtesting.
- [PandoraTrader](https://github.com/pegasusTrader/PandoraTrader) | `C++` | - CTP 高频量化交易平台 C++ Trade Platform for quant developer
- [hftbacktest](https://github.com/nkaz001/hftbacktest) ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/nkaz001/hftbacktest/master) | `Python`, `numba` | - A high-frequency trading and market-making backtesting tool accounts for limit orders, queue positions, and latencies, utilizing full tick data for trades and order books.
- [Cipher](https://github.com/nanvel/cipher-bt) | `Python` | - Backtesting library with focus on position adjustment that allows testing complicated setups. Pythonic, extensible, well-structured, documented.

> Vector Based Frameworks
Expand Down

0 comments on commit 9fc6bef

Please sign in to comment.