• Joined on 2025-06-24
root pushed to master at root/trading_bot_v4 2025-11-18 10:44:50 +00:00
74bd0f9535 docs: Add Money Line v8 indicator explanation to README
root pushed to master at root/trading_bot_v4 2025-11-18 10:23:19 +00:00
067b0f7e6f feat: Add momentum confirmation to v8 - filter rapid flip-flops
root pushed to master at root/trading_bot_v4 2025-11-18 10:14:33 +00:00
039363d5b5 fix: Update v8 indicator version tracking and comments
root pushed to master at root/trading_bot_v4 2025-11-18 10:11:54 +00:00
c9ba24f6eb feat: Create v8 indicator with sticky trend detection
root pushed to master at root/trading_bot_v4 2025-11-18 09:57:41 +00:00
cc0d754b9a feat: Add Money Line v7 with pure line flip signals
root pushed to master at root/trading_bot_v4 2025-11-17 15:47:08 +00:00
6f85fee1da critical: Fix test endpoint violating database-first pattern (Common Pitfall #29)
root pushed to master at root/trading_bot_v4 2025-11-17 14:34:23 +00:00
becd5631e7 docs: Add Common Pitfall #49 - P&L exponential compounding bug
root pushed to master at root/trading_bot_v4 2025-11-17 14:28:10 +00:00
6156c0f958 critical: Fix P&L compounding bug in external closure detection
root pushed to master at root/trading_bot_v4 2025-11-17 14:10:17 +00:00
3aeb00f998 critical: Fix P&L calculation and TP1 false detection bugs
root pushed to master at root/trading_bot_v4 2025-11-17 11:36:45 +00:00
84bd2e27f0 docs: Add comprehensive ATR-based risk management documentation
root pushed to master at root/trading_bot_v4 2025-11-17 11:28:43 +00:00
b6437295b6 feat: Update Telegram bot ATR to match actual SOL data
root pushed to master at root/trading_bot_v4 2025-11-17 10:55:40 +00:00
8c937dd818 fix: Update calculateDynamicTp2 to use new atrMultiplierTp2 field name
root pushed to master at root/trading_bot_v4 2025-11-17 10:41:14 +00:00
141022243a feat: Implement ATR-based TP/SL system for regime-agnostic trading
root pushed to master at root/trading_bot_v4 2025-11-17 08:57:45 +00:00
9dfc6da449 feat: Optimize v6 indicator settings for better signal quality
root pushed to master at root/trading_bot_v4 2025-11-16 21:18:57 +00:00
be2410c639 critical: Auto-restore missing on-chain orders on startup
root pushed to master at root/trading_bot_v4 2025-11-16 21:10:18 +00:00
40d69b13ef wip: Emergency order restoration endpoint (has singleton issues)
root pushed to master at root/trading_bot_v4 2025-11-16 20:49:28 +00:00
cdd3a5dcb0 critical: Fix startup validator reopening duplicate trades
root pushed to master at root/trading_bot_v4 2025-11-16 20:36:23 +00:00
b813a38ae9 fix: Handle multiple DB trades for single Drift position in validator
root pushed to master at root/trading_bot_v4 2025-11-16 20:30:32 +00:00
66c3c42547 feat: Add automated database sync validator for ghost position detection
root pushed to master at root/trading_bot_v4 2025-11-16 19:51:28 +00:00
e8a1ce972d critical: Prevent hedge positions during signal flips