From 5b314e2f7a9f0877527a04e66b4767ca0cf5e92c Mon Sep 17 00:00:00 2001 From: Gerald Lonlas Date: Sat, 3 Mar 2018 09:18:34 +0800 Subject: [PATCH] Port commit "Remove Strategy fallback to default strategy (#490)" Hash: d24cd893048947503d330643e1628b0b5c5223eb --- docs/bot-usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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).