critical: Add maGap to TypeScript interfaces for v9 compatibility

- Added maGap field to RiskCheckRequest interface
- Added maGap field to ExecuteTradeRequest interface
- Health check already enhanced with database connectivity check
- Fixes TypeScript build errors blocking deployment
This commit is contained in:
mindesbunister
2025-11-26 14:01:11 +01:00
parent 0cc7be1e50
commit f2bc13dba0
3 changed files with 48 additions and 10 deletions

View File

@@ -25,6 +25,7 @@ export interface RiskCheckRequest {
rsi?: number
volumeRatio?: number
pricePosition?: number
maGap?: number // V9: MA gap convergence metric
}
export interface RiskCheckResponse {