From 6f1c7bd5e3584242faf9bad9173882d80a819883 Mon Sep 17 00:00:00 2001 From: mindesbunister Date: Fri, 31 Oct 2025 16:34:25 +0100 Subject: [PATCH] fix: update test endpoint to use symbol-specific position sizing --- app/api/trading/test/route.ts | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/app/api/trading/test/route.ts b/app/api/trading/test/route.ts index f3ccf3e..17ea35a 100644 --- a/app/api/trading/test/route.ts +++ b/app/api/trading/test/route.ts @@ -53,6 +53,14 @@ export async function POST(request: NextRequest): Promise