Update README.md

This commit is contained in:
MoonGem 2018-03-26 17:31:17 -05:00 committed by GitHub
parent 47ff3c6df1
commit 0f964762e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,10 +63,10 @@ cd ~/freqtrade && pip3.6 install -r requirements.txt && python3.6 setup.py insta
11. Implement these results into your default_strategy:
***```
***
You will need to read the if statements and populate_buy_signal and populate_sell_signal in this file carefully.
Once implemented, remove the if statements in the populate_buy_trend.
```***
***