From 8bc19494664bfd5ae0d3883c88c0eb43c1a61a1e Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 3 Aug 2024 16:41:22 +0200 Subject: [PATCH] docs: update link to technical documentation --- docs/strategy-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/strategy-customization.md b/docs/strategy-customization.md index 48f629df5..98d7ae9d2 100644 --- a/docs/strategy-customization.md +++ b/docs/strategy-customization.md @@ -158,7 +158,7 @@ Out of the box, freqtrade installs the following technical libraries: - [ta-lib](https://ta-lib.github.io/ta-lib-python/) - [pandas-ta](https://twopirllc.github.io/pandas-ta/) -- [technical](https://github.com/freqtrade/technical/) +- [technical](https://technical.freqtrade.io) Additional technical libraries can be installed as necessary, or custom indicators may be written / invented by the strategy author.