Commit Verlauf

Autor SHA1 Nachricht Datum
  Carles Sentis 2b4698fe15 Update stop loss order type from limit to stop-market in trading_commands and TradingEngine vor 2 Tagen
  Carles Sentis 9ec067f147 Refine market order placement in HyperliquidClient for slippage protection vor 2 Tagen
  Carles Sentis 4bc0ceb637 Enhance order placement in HyperliquidClient and update TradingEngine logging vor 2 Tagen
  Carles Sentis bff7b85864 Remove print_ccxt_positions.py and enhance risk metrics reporting in RiskCommands and StatsCommands vor 2 Tagen
  Carles Sentis e54de9dd05 Refactor trading_commands and market commands for token normalization vor 2 Tagen
  Carles Sentis 26267a6b90 Update environment configuration for trading settings vor 2 Tagen
  Carles Sentis 8edcaa6b3a Update trading configuration and enhance order placement in HyperliquidClient vor 2 Tagen
  Carles Sentis 1371234ae6 Add leverage management methods to HyperliquidClient and update trading_commands for improved leverage handling vor 3 Tagen
  Carles Sentis 1c86b90d00 Improve leverage setting in TradingEngine with error handling vor 3 Tagen
  Carles Sentis 9ca554a5fb Fix leverage command parsing in trading_commands.py to correctly handle callback data structure. Updated index references to ensure proper extraction of token and leverage values, enhancing command execution reliability. vor 3 Tagen
  Carles Sentis 854bf5f22f Refactor trading stats and performance metrics retrieval for improved accuracy vor 3 Tagen
  Carles Sentis 3c5bbb5ec8 Enhance risk command error handling and update trading stats method vor 3 Tagen
  Carles Sentis 23ba1fc8ea Refactor risk command and trading stats for improved data handling vor 3 Tagen
  Carles Sentis a763f218da Enhance risk and stats commands for comprehensive reporting vor 3 Tagen
  Carles Sentis 4f8aa25c86 Update bot version to 2.4.256 vor 3 Tagen
  Carles Sentis 8303ba175b Refactor risk command and enhance reply method vor 3 Tagen
  Carles Sentis 719c150ea6 Update bot version and enhance risk metrics reporting vor 3 Tagen
  Carles Sentis dd2d743caf Enhance risk metrics retrieval and performance reporting vor 3 Tagen
  Carles Sentis a8c0f3e701 Add risk metrics to trading performance reporting vor 3 Tagen
  Carles Sentis 6c516173da Refactor performance reporting in PerformanceCommands to enhance clarity and accuracy. Updated ranking display to include trade statistics such as win rate and ROE, while transitioning to a new data structure for token performance metrics. Improved database aggregation logic in AggregationManager for closed positions, ensuring comprehensive tracking of trade outcomes and performance metrics. vor 3 Tagen
  Carles Sentis 571a810813 Refactor performance ranking retrieval in PerformanceCommands to improve data handling and logging. The method now fetches token performance data directly from the trading engine, ensuring a limit of 10 tokens for ranking and updating the summary calculations accordingly. vor 3 Tagen
  Carles Sentis e2b981eb1a Remove async/await from set_initial_balance method in TradingEngine, enhancing code simplicity and performance during balance initialization. vor 3 Tagen
  Carles Sentis 5be22908ce Refactor set_initial_balance method to remove async/await, improving code simplicity and performance. The method now directly interacts with the database manager for setting the initial balance. vor 3 Tagen
  Carles Sentis 8f2df4becc Implement keyboard command handling in TelegramTradingBot vor 3 Tagen
  Carles Sentis 276920b7b4 Add leverage command and associated functionality to trading bot vor 3 Tagen
  Carles Sentis 3c015b6319 Refactor trading commands to enhance stop loss validation by incorporating current market price checks. Update error handling for invalid stop loss prices based on position direction, improving user notifications. Streamline logging in external event monitoring for better clarity and consistency in trade lifecycle updates. Remove deprecated position monitor integration to simplify the monitoring architecture. vor 3 Tagen
  Carles Sentis d3f17bcdb3 Refactor orphaned trade handling in SimplePositionTracker to improve clarity and efficiency. Simplify cancellation logic by directly checking for open orders and enhancing logging for orphaned trades. Update AggregationManager to streamline trade data migration and improve error handling for missing trade data. vor 3 Tagen
  Carles Sentis b72dc27cd5 Refactor trading commands to support multiple stop loss prefixes and enhance order handling. Introduce a new method for retrieving pending stop losses from trade lifecycles, improving order visibility and clarity in the orders command. Update order formatting for better user experience. vor 3 Tagen
  Carles Sentis b258e7aa33 Enhance orders command to include pending stop loss orders, improving order visibility. Refactor order formatting and error handling for better clarity and robustness. Update footer message to provide clearer user guidance on pending SL activation. vor 3 Tagen
  Carles Sentis 21183cd90d Refactor formatter calls in TradingEngine to remove unnecessary token_info parameter, streamlining the code and enhancing readability. This change ensures consistent usage of the formatter across various trading methods. vor 3 Tagen