• Joined on 2025-06-24
root pushed to master at root/trading_bot_v4 2025-12-15 11:44:01 +00:00
893312d39c docs: Add Common Pitfall #84 - v11 filter variables never applied
root pushed to master at root/trading_bot_v4 2025-12-15 11:41:34 +00:00
acf103cd38 critical: v11.1 - Apply ALL filter checks to signal logic (Bug #84)
root pushed to master at root/trading_bot_v4 2025-12-15 11:37:19 +00:00
da20e1802f feat: v11.1 - RSI 60-70 filter for LONGs based on 7-trade analysis
root pushed to master at root/trading_bot_v4 2025-12-15 11:02:26 +00:00
45cf192d98 fix: Simplify enabled check to use config directly without async call
root pushed to master at root/trading_bot_v4 2025-12-15 10:54:21 +00:00
526d8f67a8 fix: Add await for getActualPositionSizeForSymbol async function
root pushed to master at root/trading_bot_v4 2025-12-15 10:44:51 +00:00
cbc6acb125 fix: Add missing import for getActualPositionSizeForSymbol
root pushed to master at root/trading_bot_v4 2025-12-15 10:39:40 +00:00
186101920a feat: Add v11 indicator filter to optimization analytics page
root pushed to master at root/trading_bot_v4 2025-12-15 09:34:31 +00:00
90e403e302 fix: Smart Validation Queue respects symbol enabled status (Bug #79)
root pushed to master at root/trading_bot_v4 2025-12-14 11:51:55 +00:00
5aad42f25f critical: FIX smart entry timeout position sizing catastrophe (97.6% size loss) + Telegram null response
root pushed to master at root/trading_bot_v4 2025-12-13 21:53:22 +00:00
db0be03116 docs: Add Bug #77 recurrence to TOP 10 CRITICAL PITFALLS
root pushed to master at root/trading_bot_v4 2025-12-13 21:48:02 +00:00
01bd730b19 critical: FIX Bug #77 - Position Manager monitoring stopped by Drift init check
root pushed to master at root/trading_bot_v4 2025-12-13 17:05:31 +00:00
aed07d4f4f chore: Move obsolete place-exit-orders script to archive
root pushed to master at root/trading_bot_v4 2025-12-13 16:39:45 +00:00
c5b27ad802 fix: Use getUserAccount().orders instead of non-existent getOpenOrders()
root pushed to master at root/trading_bot_v4 2025-12-13 16:32:14 +00:00
05089bb43e fix: Use hardcoded tp2SizePercent=100 for auto-synced position fallback
root pushed to main at root/srvrevproxy02_nginx 2025-12-13 16:28:31 +00:00
62d24a96af Add ki.egonetix.de config and fix n8n WebSocket support for flow.egonetix.de
root pushed to master at root/trading_bot_v4 2025-12-13 16:27:00 +00:00
3c61f42e31 fix: Use getPrismaClient() instead of this.prisma in Position Manager
root pushed to master at root/trading_bot_v4 2025-12-13 16:24:46 +00:00
5d5868d802 critical: Fix Smart Validation Queue blockReason mismatch (Bug #84)
root pushed to master at root/trading_bot_v4 2025-12-13 16:00:27 +00:00
12b4c7cafc docs: Add n8n MCP server credentials and API key for future AI agents
root pushed to master at root/trading_bot_v4 2025-12-13 15:54:17 +00:00
81c5852927 docs: Add Common Pitfall #79 - n8n undefined signalStrength field causing SHORT signal failures
root pushed to master at root/trading_bot_v4 2025-12-13 15:51:54 +00:00
74b6103059 fix: Remove undefined signalStrength field from Execute Trade1 node