From 722b5569bd45647617c54a9dd575dea9ae8c4c0e Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 12 Jul 2023 18:06:37 +0200 Subject: [PATCH] Add Freqtrade backtest project --- docs/includes/showcase.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/includes/showcase.md b/docs/includes/showcase.md index 2eebe9be8..789a91d47 100644 --- a/docs/includes/showcase.md +++ b/docs/includes/showcase.md @@ -5,6 +5,7 @@ This section will highlight a few projects from members of the community. - [Example freqtrade strategies](https://github.com/freqtrade/freqtrade-strategies/) - [FrequentHippo - Grafana dashboard with dry/live runs and backtests](http://frequenthippo.ddns.net:3000/) (by hippocritical). - [Online pairlist generator](http://pairlist.robot.co.network/) (by Blood4rc). +- [Freqtrade Backtesting Project](http://bt.robot.co.network/) (by Blood4rc). - [Freqtrade analysis notebook](https://github.com/froggleston/freqtrade_analysis_notebook) (by Froggleston). - [TUI for freqtrade](https://github.com/froggleston/freqtrade-frogtrade9000) (by Froggleston). - [Bot Academy](https://botacademy.ddns.net/) (by stash86) - Blog about crypto bot projects.