mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Merge pull request #473 from ElanHasson/patch-1
Fixed typo. Update bot-usage.md
This commit is contained in:
commit
0bf56f249a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user