• Joined on 2025-06-24
root pushed to master at root/trading_bot_v4 2025-12-04 16:19:15 +00:00
31ef8b01f2 docs: Add Common Pitfall #54 - Telegram webhook vs polling conflict
root pushed to master at root/trading_bot_v4 2025-12-04 16:05:44 +00:00
14f28bf464 docs: Add mandatory rule #5 - CHECK DOCUMENTATION FIRST before suggestions
root pushed to master at root/trading_bot_v4 2025-12-04 14:19:22 +00:00
c4cc16ede2 docs: EPYC cluster status report Dec 4, 2025
f2f2992a98 fix: Add is_worker_allowed_to_run function definition
Compare 2 commits »
root pushed to master at root/trading_bot_v4 2025-12-04 14:16:21 +00:00
0babd1ea1a docs: Add worker2 time restriction documentation
f40fd66486 feat: Add time-restricted scheduling for worker2 (noise constraint)
Compare 2 commits »
root pushed to master at root/trading_bot_v4 2025-12-04 13:06:17 +00:00
76040fa82b docs: Add New Agent Quick Start section to copilot instructions
root pushed to master at root/trading_bot_v4 2025-12-04 12:29:43 +00:00
0798229582 docs: Add comprehensive reorganization summary
root pushed to master at root/trading_bot_v4 2025-12-04 11:59:49 +00:00
6bfb02aa81 docs: Update main README to reference new documentation structure
dc674ec6d5 docs: Add 1-minute simplified price feed to reduce TradingView alert queue pressure
Compare 2 commits »
root pushed to worktree-2025-12-04T09-54-11 at root/trading_bot_v4 2025-12-04 09:57:39 +00:00
b7b4707a64 docs: Add 1-minute webhook flooding analysis and solution
root created branch worktree-2025-12-04T09-54-11 in root/trading_bot_v4 2025-12-04 09:57:39 +00:00
root pushed to master at root/trading_bot_v4 2025-12-04 07:40:03 +00:00
4c36fa2bc3 docs: Major documentation reorganization + ENV variable reference
root pushed to master at root/trading_bot_v4 2025-12-03 22:03:51 +00:00
e48332e347 docs: Add verification status for Common Pitfall #53 fixes (Dec 3, 2025)
root pushed to master at root/trading_bot_v4 2025-12-03 19:34:53 +00:00
aa61194aa6 fix: Add TypeScript interface for Smart Validation Queue properties (Bug 5)
root pushed to master at root/trading_bot_v4 2025-12-03 19:23:30 +00:00
835fe176da docs: Add Common Pitfalls #70 & #71 - Bug 5 & Bug 1 fixes
root pushed to master at root/trading_bot_v4 2025-12-03 19:08:56 +00:00
785b09eeed critical: Fix Bug 1 (revenge external closures) & Bug 5 (validated entry bypass)
root pushed to master at root/trading_bot_v4 2025-12-03 09:27:18 +00:00
0f88d88dd3 docs: Add Common Pitfalls #68-69 (Dec 3, 2025 bug fixes)
root pushed to master at root/trading_bot_v4 2025-12-03 07:16:36 +00:00
7d0d38a8b0 critical: Fix Bug #1 - Smart Entry using wrong signal price
root pushed to master at root/trading_bot_v4 2025-12-03 07:11:32 +00:00
58f812f0a7 critical: Fix Bug #2 - Direction-specific leverage thresholds not loaded
root pushed to master at root/trading_bot_v4 2025-12-02 22:32:18 +00:00
1a5205c289 critical: Fix SL/TP exit P&L compounding with atomic deduplication
root pushed to master at root/trading_bot_v4 2025-12-02 18:38:57 +00:00
23277b7c87 feat: Manual trades wait for fresh 1-minute ATR datapoint
root pushed to master at root/trading_bot_v4 2025-12-02 17:43:26 +00:00
702ef7953b docs: Add Common Pitfall #67 - Ghost detection race condition