Commit Graph

3 Commits

Author SHA1 Message Date
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 7b381be328 Bot V5: Production-ready ML trading engine (2026-07-04)
- Multi-crypto BUY signals via ML model
- Auto-SELL: +1% profit threshold
- Risk management: -3% SL, 4h timeout, daily loss limit
- Auto-SWAP: Holdings <$15 to USDT
- Real-time dashboard: CHF prices, P&L tracking
- Telegram alerts: Exit notifications + 3h reports
- Capital: $135.51 USDT live trading
2026-07-04 12:28:44 +02:00