From b6c6f42d402c3d006ee67e20a04bdc0f4b35871e Mon Sep 17 00:00:00 2001 From: Elan Hasson Date: Mon, 29 Jan 2018 10:08:50 -0500 Subject: [PATCH] Update bot-usage.md Fixed typo. --- docs/bot-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bot-usage.md b/docs/bot-usage.md index ca92d74c4..b86871f45 100644 --- a/docs/bot-usage.md +++ b/docs/bot-usage.md @@ -49,7 +49,7 @@ python3 ./freqtrade/main.py -c path/far/far/away/config.json ### How to use --strategy? This parameter will allow you to load your custom strategy file. Per -default without `--strategy` or `-s` the bol will load the +default without `--strategy` or `-s` the bot will load the `default_strategy` included with the bot (`freqtrade/strategy/default_strategy.py`). The bot will search your strategy file into `user_data/strategies` and