• Joined on 2025-06-24
root pushed to master at root/trading_bot_v4 2025-11-10 14:37:00 +00:00
988fdb9ea4 Fix runner system + strengthen anti-chop filter
root pushed to master at root/trading_bot_v4 2025-11-10 12:40:28 +00:00
e31a3f8433 fix: Update settings UI to show % instead of USD when percentage mode active
root pushed to master at root/trading_bot_v4 2025-11-10 12:35:15 +00:00
6f0a1bb49b feat: Implement percentage-based position sizing
root pushed to master at root/trading_bot_v4 2025-11-10 12:00:51 +00:00
d20190c5b0 docs: Update copilot-instructions.md with configurable quality score threshold
root pushed to master at root/trading_bot_v4 2025-11-10 10:23:04 +00:00
d2fbd125a0 fix: Make minSignalQualityScore configurable via settings + anti-chop improvements
root pushed to master at root/trading_bot_v4 2025-11-10 06:46:49 +00:00
60a0035f56 Add anti-chop filter: Penalize high volume during weak trend
root pushed to master at root/trading_bot_v4 2025-11-10 06:34:24 +00:00
4b11186d16 Fix: Add timeframe-aware signal quality scoring for 5min charts
root pushed to master at root/trading_bot_v4 2025-11-09 17:04:45 +00:00
14cd1a85ba Update copilot-instructions with critical Drift SDK insights
root pushed to master at root/trading_bot_v4 2025-11-09 16:59:52 +00:00
22195ed34c Fix P&L calculation and signal flip detection
root pushed to master at root/trading_bot_v4 2025-11-08 10:05:27 +00:00
4d533ccb53 fix: Remove obsolete fields from test-db ActiveTrade object
2f80c2133c fix: Remove fallback that breaks TP2-as-runner system
9b767342dc feat: Implement re-entry analytics system with fresh TradingView data
Compare 3 commits »
root pushed to master at root/trading_bot_v4 2025-11-07 16:01:30 +00:00
6d5991172a feat: Implement ATR-based dynamic TP2 system and fix P&L calculation
root pushed to master at root/trading_bot_v4 2025-11-07 15:24:50 +00:00
5acc61cf66 Fix P&L calculation and update Copilot instructions
0c644ccabe Make TP2 the runner - no more partial closes
Compare 2 commits »
root pushed to master at root/trading_bot_v4 2025-11-07 14:10:03 +00:00
36ba3809a1 Fix runner system by checking minimum position size viability
root pushed to master at root/trading_bot_v4 2025-11-07 13:55:16 +00:00
309cad8108 Add SQL script to fix SHORT position P&L in database
root pushed to master at root/trading_bot_v4 2025-11-07 13:53:05 +00:00
4996bc2aad Fix SHORT position P&L calculation bug
root pushed to master at root/trading_bot_v4 2025-11-07 12:38:58 +00:00
a8de1c9d37 Update copilot instructions with signal quality versioning
root pushed to master at root/trading_bot_v4 2025-11-07 12:11:06 +00:00
6983f37a59 Fix Prisma Decimal type handling in version comparison API
root pushed to master at root/trading_bot_v4 2025-11-07 12:05:49 +00:00
711ff9aaf4 Add signal quality version comparison to analytics dashboard
root pushed to master at root/trading_bot_v4 2025-11-07 11:56:36 +00:00
625dc44c59 Add signal quality version tracking to database
root pushed to master at root/trading_bot_v4 2025-11-07 11:19:42 +00:00
3c9da22a8a Add ADX > 18 requirement for extreme price positions