From eabeb87cebda001e72a94473688987dbe9a9822f Mon Sep 17 00:00:00 2001 From: Stefano Ariestasia Date: Sun, 16 Jan 2022 10:00:13 +0900 Subject: [PATCH] add position_adjustment_enable to config_full.example --- config_examples/config_full.example.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config_examples/config_full.example.json b/config_examples/config_full.example.json index 81a034a21..595048191 100644 --- a/config_examples/config_full.example.json +++ b/config_examples/config_full.example.json @@ -177,5 +177,6 @@ "strategy": "SampleStrategy", "strategy_path": "user_data/strategies/", "dataformat_ohlcv": "json", - "dataformat_trades": "jsongz" + "dataformat_trades": "jsongz", + "position_adjustment_enable": false }