From ef1da6e02af3ff3533fe9fc2d7f1af8cf6f9d319 Mon Sep 17 00:00:00 2001 From: Matias Laporte Date: Mon, 22 Nov 2021 13:45:28 +0100 Subject: [PATCH] Update README.md Corrected strategies link to reference current repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93966f8..4471ca5 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ First you need a [working Freqtrade](https://freqtrade.io). Once you have the bot on the right version, follow this steps: 1. Select the strategy you want. All strategies of the repo are into -[user_data/strategies](https://github.com/freqtrade/freqtrade/tree/develop/user_data/strategies) +[user_data/strategies](https://github.com/freqtrade/freqtrade-strategies/tree/master/user_data/strategies) 2. Copy the strategy file 3. Paste it into your `user_data/strategies` folder 4. Run the bot with the parameter `--strategy ` (ex: `freqtrade trade --strategy Strategy001`)