Fix documentation grammar

This commit is contained in:
Matthias 2019-06-24 19:20:42 +02:00
parent 11d39bb0d3
commit e83f8941a1

View File

@ -22,7 +22,7 @@ df.groupby("pair")["sell_reason"].value_counts()
```
This will allow you to drill deeper into your backtest results, and perform analysis which would make the regular backtest-output very difficult to digest due to information overload.
This will allow you to drill deeper into your backtest results, and perform analysis which otherwise would make the regular backtest-output very difficult to digest due to information overload.
If you have some ideas for interesting / helpful backtest data analysis ideas, please submit a Pull Request so the community can benefit from it.