diff --git a/docs/bot-usage.md b/docs/bot-usage.md index 204b35c3a..cf3258465 100644 --- a/docs/bot-usage.md +++ b/docs/bot-usage.md @@ -65,8 +65,8 @@ load it: python3 ./freqtrade/main.py --strategy my_awesome_strategy ``` -If the bot does not find your strategy file, it will display in an error - message the reason (File not found, or errors in your code). +If the bot does not find your strategy file, it will display in an error +message the reason (File not found, or errors in your code). Learn more about strategy file in [optimize your bot](https://github.com/gcarq/freqtrade/blob/develop/docs/bot-optimization.md).