still few dead links left behind

This commit is contained in:
Samuel Husso
2018-06-06 08:46:19 +03:00
committed by GitHub
parent b675bb1367
commit 5b69194ca6
+2 -2
View File
@@ -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 <STRATEGY CLASS NAME>` (ex: `python3 ./freqtrade/main.py -s Strategy001`)