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`)