typo + broken link

This commit is contained in:
misagh 2018-12-31 10:49:14 +01:00
parent 04483da8df
commit 79ac20636f
2 changed files with 2 additions and 2 deletions

View File

@ -200,7 +200,7 @@ A backtesting result will look like that:
The 1st table will contain all trades the bot made.
The 2nd table will contain all trades the bot had to `forcesell` at the end of the backtest period to prsent a full picture.
The 2nd table will contain all trades the bot had to `forcesell` at the end of the backtest period to present a full picture.
These trades are also included in the first table, but are extracted separately for clarity.
The last line will give you the overall performance of your strategy,

View File

@ -250,4 +250,4 @@ in [misc.py](https://github.com/freqtrade/freqtrade/blob/develop/freqtrade/misc.
## Next step
The optimal strategy of the bot will change with time depending of the market trends. The next step is to
[optimize your bot](https://github.com/freqtrade/freqtrade/blob/develop/docs/bot-optimization.md).
[optimize your bot](bot-optimization.md).