• Joined on 2025-06-24
root pushed to master at root/trading_bot_v4 2025-11-21 17:55:13 +00:00
08482b43fe critical: Raise quality threshold from 81 to 91 after trade #7 analysis
root pushed to master at root/trading_bot_v4 2025-11-21 15:45:45 +00:00
33ef157a24 docs: Update Common Pitfall #56 with order filtering bug fix
root pushed to master at root/trading_bot_v4 2025-11-21 15:44:06 +00:00
29fce0176f fix: Correct order filtering to prevent false '32 orders' count
root pushed to master at root/trading_bot_v4 2025-11-21 14:49:35 +00:00
17071fe7ec docs: Update minimum quality score from 60 to 81 across documentation
root pushed to master at root/trading_bot_v4 2025-11-21 08:47:01 +00:00
a07485c21f feat: Add comprehensive database save protection system
root pushed to master at root/trading_bot_v4 2025-11-20 18:45:24 +00:00
9b0b1d46ca fix: Change revenge system to 1.0x position sizing (same as original)
root pushed to master at root/trading_bot_v4 2025-11-20 18:20:14 +00:00
9cbb819c78 docs: Document Stop Hunt Revenge System (Nov 20, 2025)
root pushed to master at root/trading_bot_v4 2025-11-20 18:17:45 +00:00
702e027aba feat: Stop Hunt Revenge System - DEPLOYED (Nov 20, 2025)
root pushed to master at root/trading_bot_v4 2025-11-20 16:44:34 +00:00
e99bd32a9f docs: Update Telegram notifications section for TP1 partial closes
root pushed to master at root/trading_bot_v4 2025-11-20 16:42:57 +00:00
79e7ffe2c0 feat: Add Telegram notification for TP1 partial closes
root pushed to master at root/trading_bot_v4 2025-11-20 15:35:10 +00:00
b511211f59 fix: Allow manual Telegram trades through timeframe filter
root pushed to master at root/trading_bot_v4 2025-11-20 14:37:08 +00:00
9d92428c63 docs: Add MANDATORY documentation requirement to copilot instructions
root pushed to master at root/trading_bot_v4 2025-11-20 14:34:09 +00:00
9b280a4016 docs: Add Common Pitfall #57 - P&L calculation inaccuracy fix
root pushed to master at root/trading_bot_v4 2025-11-20 14:26:28 +00:00
8e600c8df6 critical: Fix P&L calculation to use Drift's actual settledPnl
root pushed to master at root/trading_bot_v4 2025-11-20 13:52:32 +00:00
a3a6222047 critical: Cancel ghost orders after external closures
root pushed to master at root/trading_bot_v4 2025-11-20 09:38:02 +00:00
5db7d7cc0a docs: Add Common Pitfall #55 - BlockedSignalTracker Pyth cache bug
root pushed to master at root/trading_bot_v4 2025-11-20 09:35:05 +00:00
6b00303970 fix: BlockedSignalTracker now uses Drift oracle prices instead of Pyth cache
root pushed to master at root/trading_bot_v4 2025-11-20 07:08:01 +00:00
c4c5c84c24 docs: Add Common Pitfall #43 - Runner trailing stop protection
root pushed to master at root/trading_bot_v4 2025-11-20 07:06:00 +00:00
55582a4e69 critical: Fix runner trailing stop protection after TP1
root pushed to master at root/trading_bot_v4 2025-11-19 20:55:15 +00:00
042fb33002 docs: Add Common Pitfall #41 - Stats API P&L recalculation bug