From 9fc6befaa0766887fc88e87dd0fd74120f9b3252 Mon Sep 17 00:00:00 2001 From: Oleksandr <1374878+nanvel@users.noreply.github.com> Date: Mon, 27 Nov 2023 21:58:35 +0700 Subject: [PATCH] Add Cipher backtesting library to the readme (#19) * add cupher-bt * typo --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 5986e87..e6fd39b 100644 --- a/Readme.md +++ b/Readme.md @@ -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