diff --git a/src/__pycache__/main_ml.cpython-310.pyc b/src/__pycache__/main_ml.cpython-310.pyc index 83b811a..7b00564 100644 Binary files a/src/__pycache__/main_ml.cpython-310.pyc and b/src/__pycache__/main_ml.cpython-310.pyc differ diff --git a/src/main_ml.py b/src/main_ml.py index cf3ac55..48d950f 100644 --- a/src/main_ml.py +++ b/src/main_ml.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 """ -Trading Bot V5 ENHANCED - FULLY FIXED VERSION +Trading Bot V0.2 β€” Adaptive Strategy Learning Implementiert: SL, TP, Daily Limit, R:R Ratio FIXED: Binance API method (order_take_profit β†’ create_order) FIXED: PRICE_FILTER fΓΌr SL Orders durch Tick-Rounding @@ -110,7 +110,7 @@ class TradingBot: def _send_startup_message(self): """Send startup message with current strategy""" - message = """πŸ€– **TRADING BOT V5 β€” STARTED!** + message = """πŸ€– **TRADING BOT V0.2 β€” STARTED!** βš™οΈ **AKTUELLE STRATEGIE:** @@ -420,7 +420,7 @@ Reports: Alle 3h via Telegram πŸ“Š""" --- Time: {datetime.now().strftime('%Y-%m-%d %H:%M UTC')} -Bot: V5 ENHANCED (FULLY FIXED)""" +Bot: V0.2 Adaptive""" self._send_telegram(message) logger.info("πŸ“± Performance report sent to Telegram") @@ -587,3 +587,4 @@ if __name__ == '__main__': def get_total_pnl(self): """Total P&L = realized + unrealized""" return self.calculate_realized_pnl() + self.calculate_unrealized_pnl() + diff --git a/src/web_dashboard.py b/src/web_dashboard.py index 163e94a..0adc3e9 100644 --- a/src/web_dashboard.py +++ b/src/web_dashboard.py @@ -128,7 +128,7 @@ async def root(): -Trading Bot V10 +Trading Bot V0.2