[object Object]

← back to Bertha

chore(alshi-dash): update 1 file (.js) [+1/-1]

03299eba07baa79b2eec753772d6fa091899caea · 2026-02-16 05:17:30 +0000 · DW Commit Agent

Files touched

Diff

commit 03299eba07baa79b2eec753772d6fa091899caea
Author: DW Commit Agent <commit-agent@dw-agents.com>
Date:   Mon Feb 16 05:17:30 2026 +0000

    chore(alshi-dash): update 1 file (.js) [+1/-1]
---
 kalshi-dash/server.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kalshi-dash/server.js b/kalshi-dash/server.js
index 19a8c39..d5720f2 100644
--- a/kalshi-dash/server.js
+++ b/kalshi-dash/server.js
@@ -3300,7 +3300,7 @@ function riskCheck(signal, currentExposure = {}) {
     sizeRecommendation = Math.max(1, Math.min(RISK_LIMITS.maxContractsPerMarket, Math.floor(edgeFactor * confFactor * 10)));
   }
 
-  return { approved, reasons, sizeRecommendation, decayedEdge };
+  return { approved, reasons, sizeRecommendation, decayedEdge: decayedAbsEdge };
 }
 
 // ── Fast Signal Pipeline (runs every 5 minutes) ──

← 40cb0ac Ken: fix entity extraction for multi-outcome markets  ·  back to Bertha  ·  chore(alshi-dash): update 1 file (.js) [+249/-22] aa3548c →