Remove Strategy fallback to default strategy (#490)

* Remove Strategy fallback to default strategy
This commit is contained in:
Gérald LONLAS
2018-02-02 01:01:09 -08:00
committed by Janne Sinivirta
parent 0f041b424d
commit d24cd89304
5 changed files with 28 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ python3 ./freqtrade/main.py --strategy awesome_strategy
## Change your strategy
The bot includes a default strategy file. However, we recommend you to
use your own file to not have to lose your parameters everytime the default
use your own file to not have to lose your parameters every time the default
strategy file will be updated on Github. Put your custom strategy file
into the folder `user_data/strategies`.