From 34325bdf15cd497d89c29e36c39254c0dcb47c62 Mon Sep 17 00:00:00 2001 From: edtechre Date: Tue, 11 Apr 2023 17:48:50 -0700 Subject: [PATCH] Add PyBroker --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a8e37e..d0eb28f 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ A curated list of insanely awesome libraries, packages and resources for Quants - [pysystemtrade](https://github.com/robcarver17/pysystemtrade) - pysystemtrade is the open source version of Robert Carver's backtesting and trading engine that implements systems according to the framework outlined in his book "Systematic Trading", which is further developed on his [blog](https://qoppac.blogspot.com/). - [pytrendseries](https://github.com/rafa-rod/pytrendseries) - Detect trend in time series, drawdown, drawdown within a constant look-back window , maximum drawdown, time underwater. - [PyLOB](https://github.com/DrAshBooth/PyLOB) - Fully functioning fast Limit Order Book written in Python. +- [PyBroker](https://github.com/edtechre/pybroker) - Algorithmic Trading with Machine Learning. ### Risk Analysis