critical: Position Manager monitoring failure - 08 loss incident (Dec 8, 2025)
- Bug #73 recurrence: Position opened Dec 7 22:15 but PM never monitored - Root cause: Container running OLD code from BEFORE Dec 7 fix (2:46 AM start < 2:46 AM commit) - User lost 08 on unprotected SOL-PERP SHORT - Fix: Rebuilt and restarted container with 3-layer safety system - Status: VERIFIED deployed - all safety layers active - Prevention: Container timestamp MUST be AFTER commit timestamp
This commit is contained in:
4
close_emergency.sh
Executable file
4
close_emergency.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer $API_SECRET_KEY" \
|
||||
http://localhost:3001/api/trading/close \
|
||||
-d '{"symbol": "SOL-PERP", "percentage": 100}'
|
||||
Reference in New Issue
Block a user