• Joined on 2025-06-24
root pushed to master at root/trading_bot_v4 2025-11-16 19:21:58 +00:00
a8831a9181 critical: Fix P&L compounding bug in 25 historical trades
root pushed to master at root/trading_bot_v4 2025-11-16 14:07:29 +00:00
018f973609 critical: Fix P&L compounding during close verification (20x inflation bug)
root pushed to master at root/trading_bot_v4 2025-11-16 09:34:01 +00:00
54815a0daa docs: Add multi-fix deployment verification to VERIFICATION MANDATE
root pushed to master at root/trading_bot_v4 2025-11-16 09:31:26 +00:00
84f40f3e15 docs: Document position close verification fix (Common Pitfall #47)
root pushed to master at root/trading_bot_v4 2025-11-16 09:28:48 +00:00
b23dde057b fix: Add needsVerification field to ClosePositionResult interface
root pushed to master at root/trading_bot_v4 2025-11-16 09:05:13 +00:00
9905ab4f5a docs: Add Common Pitfall #47 - position close verification gap
root pushed to master at root/trading_bot_v4 2025-11-16 09:00:11 +00:00
c607a66239 critical: Fix position close verification to prevent ghost positions
root pushed to master at root/trading_bot_v4 2025-11-16 02:00:24 +00:00
673a49302a critical: Fix breakeven SL using wrong entry price after TP1
root pushed to master at root/trading_bot_v4 2025-11-16 01:15:02 +00:00
f505db4ac8 fix: Reduce Drift SDK auto-reconnect interval from 4h to 2h
root pushed to master at root/trading_bot_v4 2025-11-16 00:58:19 +00:00
737e0c295f docs: Add Common Pitfall #45 - 100% position sizing InsufficientCollateral
root pushed to master at root/trading_bot_v4 2025-11-16 00:57:15 +00:00
7129cbfb8a fix: Add 99% safety buffer for 100% position sizing
root pushed to master at root/trading_bot_v4 2025-11-16 00:45:50 +00:00
56b2195b88 docs: Add Common Pitfall #44 - Breakeven SL price discrepancy
root pushed to master at root/trading_bot_v4 2025-11-16 00:44:59 +00:00
528a0f4f43 fix: Use Drift's actual entry price for breakeven SL
root pushed to master at root/trading_bot_v4 2025-11-16 00:28:05 +00:00
dc6625404a docs: Document session improvements for developer continuity
root pushed to master at root/trading_bot_v4 2025-11-15 23:57:18 +00:00
bdf1be1571 fix: Add DNS retry logic to Telegram bot
root pushed to master at root/trading_bot_v4 2025-11-15 23:51:56 +00:00
b1ca454a6f feat: Add Telegram notifications for position closures
root pushed to master at root/trading_bot_v4 2025-11-15 23:22:21 +00:00
9db5f8566d refactor: Remove time-based ghost detection, rely purely on Drift API
root pushed to main at root/srvdocker02_compose_files 2025-11-15 23:18:59 +00:00
d43ed20bd8 Nextcloud: Advanced performance tuning
d7c6bc8375 Phase 0: Performance Quick Wins
Compare 2 commits »
root pushed to master at root/trading_bot_v4 2025-11-15 22:52:41 +00:00
bbab693cc1 docs: Document ghost position death spiral fix as Common Pitfall #40
root pushed to master at root/trading_bot_v4 2025-11-15 22:51:20 +00:00
4779a9f732 fix: 3-layer ghost position prevention system (CRITICAL autonomous reliability fix)