From e0e203bbcccebc1a96979142e3407848d95d6e30 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 13 Mar 2026 09:10:12 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20max=5Fpositions=204=E2=86=92100=20to=20s?= =?UTF-8?q?upport=2018=20BTC=20strategies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/paper_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/paper_config.json b/backend/paper_config.json index e930b67..029f87e 100644 --- a/backend/paper_config.json +++ b/backend/paper_config.json @@ -3,7 +3,7 @@ "enabled_strategies": [], "initial_balance": 10000, "risk_per_trade": 0.02, - "max_positions": 4, + "max_positions": 100, "tier_multiplier": { "light": 0.5, "standard": 1.0,