Files
trading_bot_v4/workflows/trading
mindesbunister 4b0b9faa20 fix: Add skipNotification gate to prevent disabled symbol notifications
- Insert 'Check Skip Notification' IF node between Format Risk and Telegram Risk
- Route TRUE branch (skipNotification === true) to workflow end (no notification)
- Route FALSE branch to Telegram Risk for notification
- Fixes unwanted FARTCOIN-PERP notifications while preserving SOL-PERP notifications
- API at /api/trading/check-risk returns skipNotification: true for disabled symbols
2025-12-21 19:28:12 +01:00
..