• Joined on 2025-06-24
root pushed to master at root/trading_bot_v4 2025-11-03 13:05:59 +00:00
6b1d32a72d fix: Add phantom trade detection and prevention safeguards
1313031acd docs: Update copilot instructions with per-symbol settings
Compare 2 commits »
root pushed to master at root/trading_bot_v4 2025-11-03 09:28:54 +00:00
881a99242d feat: Add per-symbol trading controls for SOL and ETH
root pushed to master at root/trading_bot_v4 2025-11-03 07:33:48 +00:00
aa8e9f130a docs: update AI agent instructions with recent fixes
root pushed to master at root/trading_bot_v4 2025-11-03 07:01:31 +00:00
0ed2e89c7e feat: implement per-symbol cooldown period
root pushed to master at root/trading_bot_v4 2025-11-02 23:02:22 +00:00
0ea8773bdc fix: detect exit reason using trade state flags instead of current price
root pushed to master at root/trading_bot_v4 2025-11-02 22:52:00 +00:00
da960330f4 fix(n8n): pass quality score from Check Risk to Execute Trade
root pushed to master at root/trading_bot_v4 2025-11-02 22:04:04 +00:00
d4aeeb4f99 fix: add MAE/MFE fields to all ActiveTrade initializations
root pushed to master at root/trading_bot_v4 2025-11-02 22:01:35 +00:00
ee7558b47c fix: remove duplicate line from MAE/MFE implementation
root pushed to master at root/trading_bot_v4 2025-11-02 22:00:21 +00:00
12d874ff93 feat: implement MAE/MFE tracking for trade optimization
root pushed to master at root/trading_bot_v4 2025-11-02 21:41:08 +00:00
7c18e81164 fix: update on-chain SL orders after TP1 hits
root pushed to master at root/trading_bot_v4 2025-11-02 19:45:58 +00:00
9572b54775 fix(drift): calculate realizedPnL with leverage on USD notional, not base asset
root pushed to master at root/trading_bot_v4 2025-11-02 19:43:39 +00:00
bba2876fb7 fix(drift): calculate realizedPnL with leverage on USD notional, not base asset
root pushed to master at root/trading_bot_v4 2025-11-02 19:35:00 +00:00
bcd1cd0c76 fix(position-manager): correctly handle partial close size conversions to USD
root pushed to master at root/trading_bot_v4 2025-11-02 15:47:12 +00:00
202c44e4bc fix: remove qualityScore from Execute Trade body (causes syntax error)
root pushed to master at root/trading_bot_v4 2025-11-02 08:10:10 +00:00
32e88c3823 fix: improve signal quality scoring for volume breakouts
root pushed to master at root/trading_bot_v4 2025-11-01 19:06:19 +00:00
466c0c8001 fix: runner tracking bug - detect TP fills by size reduction
root pushed to master at root/trading_bot_v4 2025-11-01 16:00:47 +00:00
056440bf8f feat: add quality score display and timezone fixes
root pushed to master at root/trading_bot_v4 2025-11-01 10:12:48 +00:00
7788327a4e Update Parse Signal Enhanced for new alert format
root pushed to master at root/trading_bot_v4 2025-11-01 10:09:45 +00:00
eb2fea7bc0 Clean up alert format - remove .P notation
root pushed to master at root/trading_bot_v4 2025-11-01 10:06:24 +00:00
fe0496121c Fix hardcoded SOL symbol in Pine Script alerts