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