diff --git a/docs/backtesting.md b/docs/backtesting.md index 52b91c580..505b50e88 100644 --- a/docs/backtesting.md +++ b/docs/backtesting.md @@ -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, diff --git a/docs/bot-usage.md b/docs/bot-usage.md index a26a2eb6f..1c21283ad 100644 --- a/docs/bot-usage.md +++ b/docs/bot-usage.md @@ -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).