From 5b69194ca615f736d967d7be7facf21f0c3ebe61 Mon Sep 17 00:00:00 2001 From: Samuel Husso Date: Wed, 6 Jun 2018 08:46:19 +0300 Subject: [PATCH] still few dead links left behind --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a336b04..890aa84 100644 --- a/README.md +++ b/README.md @@ -74,12 +74,12 @@ For each strategies, we generally run backtests twice with `experimental.sell_pr enabled and disabled. ### How to install a strategy? -First you need a [working Freqtrade](https://github.com/freqtrade/freqtrade/blob/feature/custom_strategy/docs/index.md) +First you need a [working Freqtrade](https://github.com/freqtrade/freqtrade/blob/master/docs/index.md) in version >= 0.16.0. 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-strategies/tree/feature/custom_strategy/user_data/strategies) +[user_data/strategies](https://github.com/freqtrade/freqtrade/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 `-s ` (ex: `python3 ./freqtrade/main.py -s Strategy001`)