• Joined on 2025-06-24
root pushed to development at root/trading_bot_v3 2025-08-02 16:07:05 +00:00
53e8faf903 fix: completely eliminate all mock data from paper trading system
root pushed to development at root/trading_bot_v3 2025-08-02 15:56:34 +00:00
416f72181e feat: enhance paper trading with comprehensive AI analysis and learning insights
33690f51fa feat: implement real data paper trading system
Compare 2 commits »
root pushed to development at root/trading_bot_v3 2025-07-30 19:24:03 +00:00
e2bf755377 fix: resolve enhanced-screenshot API recursive call and integrate real analysis
root pushed to development at root/trading_bot_v3 2025-07-30 17:11:09 +00:00
ab6c4fd861 🔥 OBLITERATE ALL MOCK DATA - System now uses 100% real data sources
d39ddaff40 fix: replace fake learning data with real database performance metrics
Compare 2 commits »
root pushed to development at root/trading_bot_v3 2025-07-29 18:39:39 +00:00
c1da9fc01b 🚨 CRITICAL FIX: NEVER auto-stop Money Printing Machine
root pushed to development at root/trading_bot_v3 2025-07-29 17:53:48 +00:00
a13ec567fe 🚀 FIX: Make START button work reliably
root pushed to development at root/trading_bot_v3 2025-07-29 17:37:17 +00:00
ce170b319e 🚨 CRITICAL FIX: Stop cleanup from canceling SL/TP orders
7522baa0f1 feat: money printing machine - improved scalping with 1h/4h timeframes, trend filter, and better risk management
035017faff fix: improve entry price extraction for AI decisions and trade execution logging
5166046e44 fix: use correct ai_learning_data table for persistent AI decisions storage
b624b647b4 fix: replace in-memory storage with database persistence for AI decisions
Compare 7 commits »
root pushed to development at root/trading_bot_v3 2025-07-29 15:18:45 +00:00
6c02d39f0a fix: AI-calculated SL/TP system with fallback risk management
4d5fef3308 fix: record recent -2.34 stop loss trade
Compare 2 commits »
root pushed to development at root/trading_bot_v3 2025-07-29 13:44:34 +00:00
31499a9019 fix: correct trading statistics and P&L calculations
root pushed to development at root/trading_bot_v3 2025-07-29 13:04:00 +00:00
9ba336cdc6 docs: add automation interference patterns and debugging wisdom
root pushed to development at root/trading_bot_v3 2025-07-29 13:00:39 +00:00
63a94d8b73 fix: resolve auto-restart loop causing rapid order cancellations
root pushed to development at root/trading_bot_v3 2025-07-28 23:49:29 +00:00
6ac327c01d chore: Update database after risk management blocker removal
root pushed to development at root/trading_bot_v3 2025-07-28 23:36:26 +00:00
d86359bde1 fix: Remove problematic mandatory risk management blocker
root pushed to development at root/trading_bot_v3 2025-07-28 21:50:02 +00:00
fb5d0d10ea fix: Correct risk management validation logic
root pushed to development at root/trading_bot_v3 2025-07-28 21:42:48 +00:00
f86359bcdc feat: Complete live trading decisions visibility system
4780367e79 fix: add missing trades and provide risk management recommendations
8b7c8a3cca feat: fix AI Trading Analysis panel to show real successful trade data
Compare 3 commits »
root pushed to development at root/trading_bot_v3 2025-07-28 16:40:45 +00:00
3a305c8cc4 feat: fix AI learning dashboard data display and analysis tools
root pushed to development at root/trading_bot_v3 2025-07-28 16:06:45 +00:00
fd25f4c8e9 feat: implement automation restart and trade recording systems
root pushed to development at root/trading_bot_v3 2025-07-28 15:53:12 +00:00
16e0ed9e5f fix: resolve SL/TP order placement and orphaned cleanup issues
root pushed to development at root/trading_bot_v3 2025-07-28 13:08:17 +00:00
cf6fddc434 ui: Remove automation control header to show all buttons
root pushed to development at root/trading_bot_v3 2025-07-28 12:58:30 +00:00
861cfb8522 feat: Add comprehensive visual feedback for automation enable/disable states