Marc Blatter
9d202bf01e
Bot auto-update: src/__pycache__/web_dashboard.cpython-310.pyc,src/frigate_report.py,src/main_ml_BACKUP_before_precision_fix.py,src/main_ml_enhanced.py,src/main_ml_fixed.py,src/main_ml_v02_backup_1783615772.py,src/main_ml_v03.py,src/main_ml_v2.py,src/main_ml_v4_backup.py,src/main_ml_v6.py,src/strategies/dca.py,src/web_dashboard_v0.3_backup.py,src/web_dashboard_v03_backup.py
2026-07-15 11:00:01 +02:00
Marc Blatter
baa909d85a
Cleanup: Remove all v0.2/v5/v10 backups and deprecated strategies - Master branch now v0.3 ONLY with clean README
2026-07-14 07:21:36 +02:00
Marc Blatter
8b40fb5b30
Bot auto-update: src/main_ml.py,src/main_ml.py.backup.18pct,src/main_ml.py.backup.30pct,src/main_ml.py.backup.35pct.20240706,src/main_ml.py.backup.auto-trading,src/main_ml.py.backup_sweep,src/main_ml_BACKUP_before_precision_fix.py,src/main_ml_enhanced.py,src/main_ml_fixed.py,src/main_ml_v02_backup_1783615772.py,src/main_ml_v2.py,src/main_ml_v4_backup.py,src/main_ml_v6.py
2026-07-09 20:35:01 +02:00
Marc Blatter
095800adf3
Cleanup: Remove all backup versions, keep only V0.3 production code (main_ml.py + main_ml_v03.py reference)
2026-07-09 20:19:28 +02:00
Marc Blatter
d4dabe38fc
Bot auto-update: src/__pycache__/main_ml.cpython-310.pyc,src/config.py,src/dashboard_pnl.html,src/frigate_report.py,src/main.py,src/main_ml.py.backup.18pct,src/main_ml.py.backup.30pct,src/main_ml.py.backup.35pct.20240706,src/main_ml.py.backup.auto-trading,src/main_ml.py.backup_sweep,src/main_ml_BACKUP_before_precision_fix.py,src/main_ml_enhanced.py,src/main_ml_fixed.py,src/main_ml_v2.py,src/main_ml_v4_backup.py,src/main_ml_v6.py,src/persistence.py,src/report_generator.py
2026-07-08 23:30:01 +02:00
Marc Blatter
0973dace06
cleanup: Remove backup files, add .gitignore, create production-ready repository structure
...
- Delete 20+ backup/test files and old versions
- Add comprehensive .gitignore for Python development
- Update requirements.txt with only essential dependencies
- Add ARCHITECTURE.md for system documentation
- Keep only production files: main_ml.py, web_dashboard.py, README.md
Repository is now clean, lean, and production-ready for Version 0.2
2026-07-07 22:16:09 +02:00
Marc Blatter
ec07f47438
FIX: Dashboard Portfolio Discrepancy
...
- Root cause: Hardcoded XRP price 2.5x too high
- Solution: Dashboard now uses LIVE Binance prices
- Result: Portfolio 39.82 (correct) vs 85.50 (wrong)
- Now: 100% match with Binance Spot balance
- All prices updated on every API call
2026-07-04 23:07:06 +02:00