Port commit "Remove Strategy fallback to default strategy (#490)"

Hash: d24cd89304
This commit is contained in:
Gerald Lonlas 2018-03-03 09:18:34 +08:00
parent 390501bac0
commit 5b314e2f7a

View File

@ -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).