From 5e7ece55d0d8bbb0974eb55658864ac0ca7b16af Mon Sep 17 00:00:00 2001 From: foolcage <5533061@qq.com> Date: Sun, 30 Jun 2019 17:59:02 +0800 Subject: [PATCH] add trading framework zvt which provides an uniform and scalable way to trading stocks and cryptocurrency --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8556d89..83b92c3 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [finmarketpy](https://github.com/cuemacro/finmarketpy) - Python library for backtesting trading strategies and analyzing financial markets. - [binary-martingale](https://github.com/metaperl/binary-martingale) - Computer program to automatically trade binary options martingale style. - [fooltrader](https://github.com/foolcage/fooltrader) - the project using big-data technology to provide an uniform way to analyze the whole market. +- [zvt](https://github.com/zvtvz/zvt) - the project using sql,pandas to provide an uniform and extendable way to record data,computing factors,select securites, backtesting,realtime trading and it could show all of them in clearly charts in realtime. - [pylivetrader](https://github.com/alpacahq/pylivetrader) - zipline-compatible live trading library. - [pipeline-live](https://github.com/alpacahq/pipeline-live) - zipline's pipeline capability with IEX for live trading. - [zipline-extensions](https://github.com/quantrocket-llc/zipline-extensions) - Zipline extensions and adapters for QuantRocket.