diff --git a/docs/bot-usage.md b/docs/bot-usage.md index 4462b63c6..9af3692f8 100644 --- a/docs/bot-usage.md +++ b/docs/bot-usage.md @@ -294,11 +294,6 @@ optional arguments: To understand edge and how to read the results, please read the [edge documentation](edge.md). -## A parameter missing in the configuration? - -All parameters for `main.py`, `backtesting`, `hyperopt` are referenced -in [misc.py](https://github.com/freqtrade/freqtrade/blob/develop/freqtrade/misc.py#L84) - ## Next step The optimal strategy of the bot will change with time depending of the market trends. The next step is to diff --git a/docs/installation.md b/docs/installation.md index 657273e2f..74b3a3202 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -215,7 +215,7 @@ The `freqtrade.service.watchdog` file contains an example of the service unit co as the watchdog. !!! Note - The sd_notify communication between the bot and the systemd service manager will not work if the bot runs in a Docker container. + The sd_notify communication between the bot and the systemd service manager will not work if the bot runs in a Docker container. ------