From 6a6195de65cef0993edbe28e4077f6c9dd2aaabc Mon Sep 17 00:00:00 2001 From: Jack McPherson Date: Wed, 27 Jul 2022 11:43:30 +1000 Subject: [PATCH] Add `AutoTrader` to alternatives document This commit adds AutoTrader to the alternatives document with an associated description and links to relevant backtesting documentation. --- doc/alternatives.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/alternatives.md b/doc/alternatives.md index 4dc79365..41747c20 100644 --- a/doc/alternatives.md +++ b/doc/alternatives.md @@ -10,6 +10,9 @@ If after reviewing the docs and examples perchance you find [_Backtesting.py_](https://kernc.github.io/backtesting.py) not your cup of tea, kindly have a look at some similar alternative Python backtesting frameworks: +- [AutoTrader](https://github.com/kieran-mackle/AutoTrader) - + an automated trading framework with an emphasis on cryptocurrency markets + that includes a [robust backtesting API](https://github.com/kieran-mackle/AutoTrader/blob/main/docs/source/tutorials/backtesting.md) - [bt](http://pmorissette.github.io/bt/) - a framework based on reusable and flexible blocks of strategy logic that support multiple instruments and