From bec9b580b042a6baff158b651b0605632e2147d2 Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 22 Jan 2021 17:34:41 +0100 Subject: [PATCH] sell_profit_offset should be documented in the strategy override section --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 781435271..660dd6171 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -16,8 +16,7 @@ In some advanced use cases, multiple configuration files can be specified and us If you used the [Quick start](installation.md/#quick-start) method for installing the bot, the installation script should have already created the default configuration file (`config.json`) for you. -If default configuration file is not created we recommend you to copy and use the `config.json.example` as a template -for your bot configuration. +If default configuration file is not created we recommend you to use `freqtrade new-config --config config.json` to generate a basic configuration file. The Freqtrade configuration file is to be written in the JSON format. @@ -147,6 +146,7 @@ Values set in the configuration file always overwrite values set in the strategy * `protections` * `use_sell_signal` (ask_strategy) * `sell_profit_only` (ask_strategy) +* `sell_profit_offset` (ask_strategy) * `ignore_roi_if_buy_signal` (ask_strategy) * `ignore_buying_expired_candle_after` (ask_strategy)