From f969c8ff17a2441af48f35e7ea46ca4974b6a804 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 28 May 2025 11:59:55 +0200 Subject: [PATCH] docs(config): refine default configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- ReforceXY/user_data/config-template.json | 2 +- quickadapter/user_data/config-template.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ReforceXY/user_data/config-template.json b/ReforceXY/user_data/config-template.json index 3ab1867..6ee4b96 100644 --- a/ReforceXY/user_data/config-template.json +++ b/ReforceXY/user_data/config-template.json @@ -26,7 +26,7 @@ "unit": "minutes" }, "entry_pricing": { - "price_side": "other", + "price_side": "same", "use_order_book": true, "order_book_top": 1, "price_last_balance": 0.0, diff --git a/quickadapter/user_data/config-template.json b/quickadapter/user_data/config-template.json index 2d159c1..f0b74ab 100644 --- a/quickadapter/user_data/config-template.json +++ b/quickadapter/user_data/config-template.json @@ -22,7 +22,7 @@ "unit": "minutes" }, "entry_pricing": { - "price_side": "other", + "price_side": "same", "use_order_book": true, "order_book_top": 1, "price_last_balance": 0.0, -- 2.43.0