• Joined on 2025-06-24
root pushed to master at root/trading_bot_v4 2025-12-09 17:11:18 +00:00
57ac0c0400 docs: Complete test coverage verification (127/127 tests passing)
root pushed to master at root/trading_bot_v4 2025-12-09 17:09:11 +00:00
0dfa43ed6c test: Fix monitoring-verification test signatures (partial)
root pushed to master at root/trading_bot_v4 2025-12-09 16:59:13 +00:00
e12ff428c5 test: Add pure runner profit-based widening verification
root pushed to master at root/trading_bot_v4 2025-12-09 16:44:38 +00:00
919e54d448 docs: Add Common Pitfall #79 - Smart Validation Queue in-memory loss
root pushed to master at root/trading_bot_v4 2025-12-09 16:43:05 +00:00
2a1badf3ab critical: Fix Smart Validation Queue - restore signals from database on startup
root pushed to master at root/trading_bot_v4 2025-12-09 16:23:05 +00:00
1ecef77807 fix: Health monitor TypeScript error - getAllPositions() method name
523f34cd9a config: Lower SHORT quality threshold from 95 to 85 for v11
413b34dcee docs: Add Common Pitfalls #76, #77, #78 - The $1,000 Loss Bugs (Dec 8, 2025)
b6d4a8f157 fix: Add Position Manager health monitoring system
9c58645029 docs: Add Common Pitfall #75 - Wrong year in SQL queries
Compare 7 commits »
root pushed to master at root/trading_bot_v4 2025-12-07 21:13:57 +00:00
66c6f6dea5 fix: Use syminfo.ticker for multi-asset 1-minute data feed
root pushed to master at root/trading_bot_v4 2025-12-07 21:06:26 +00:00
097ee748d7 fix: Update n8n workflow with FARTCOINUSDT symbol support
root pushed to master at root/trading_bot_v4 2025-12-07 18:57:54 +00:00
3569b913a2 docs: Complete FARTCOIN symbol fix investigation and solution
root pushed to master at root/trading_bot_v4 2025-12-07 18:57:00 +00:00
ebffe9a4df docs: Document n8n symbol normalization architecture and FARTCOIN fix
root pushed to master at root/trading_bot_v4 2025-12-07 18:56:21 +00:00
d3e0d209c5 fix: Add FARTCOIN symbol mapping to n8n Parse Signal Enhanced
root pushed to master at root/trading_bot_v4 2025-12-07 18:45:32 +00:00
267f7943df fix: FARTCOIN symbol normalization priority
root pushed to master at root/trading_bot_v4 2025-12-07 12:02:05 +00:00
51f07fa1eb docs: Document smart validation 30-minute timeout extension
root pushed to master at root/trading_bot_v4 2025-12-07 12:01:28 +00:00
c9c987ab5d feat: Extend smart validation timeout from 10 to 30 minutes
root pushed to master at root/trading_bot_v4 2025-12-07 01:47:09 +00:00
b85bf86c0b docs: Update Common Pitfalls - Position Manager monitoring stop now #1
root pushed to master at root/trading_bot_v4 2025-12-07 01:43:33 +00:00
ed9e4d5d31 critical: Fix Position Manager monitoring stop bug - 3 safety layers
4ab7bf58da feat: Drift state verifier double-checking system (WIP - build issues)
Compare 2 commits »
root pushed to master at root/trading_bot_v4 2025-12-06 23:34:58 +00:00
a669058636 docs: V11 progressive sweep results - 1,024 configs complete
9b0c353d7b Merge pull request #17 from mindesbunister/copilot/fix-progressive-sweep-threshold
5e21028c5e fix: Replace flip_threshold=0.5 with working values [0.3, 0.35, 0.4, 0.45]
b1d9635287 Initial plan
Compare 4 commits »
root pushed to master at root/trading_bot_v4 2025-12-06 22:21:42 +00:00
dcd72fb8d1 docs: Document flip_threshold=0.5 zero signals discovery
3fc161a695 fix: Enable parallel worker deployment with subprocess.Popen + deploy to workspace root
4291f31e64 fix: v11 worker missing use_quality_filters + RSI bounds + wrong import path
c7f2df09b9 critical: Fix v11 missing use_quality_filters parameter + RSI index bug
0ebbdbeb0d Merge pull request #16 from mindesbunister/copilot/create-progressive-sweep-v11
Compare 23 commits »
root pushed to master at root/trading_bot_v4 2025-12-06 15:30:11 +00:00
c140e62ac7 fix: Change logger.log to console.log for stop hunt revenge recording
e8ddd74846 Merge pull request #11 from mindesbunister/copilot/add-drift-market-discovery-script
86b69ff7c0 fix: Improve enum handling robustness in discover-drift-markets script
e9472175ba feat: Add Drift market discovery script for finding market indices and oracle addresses
Compare 6 commits »
root pushed to master at root/trading_bot_v4 2025-12-05 18:06:02 +00:00
5e5a905eee docs: Add Common Pitfall #73 - Service initialization bug (k impact)