Histórico de Commits

Autor SHA1 Mensagem Data
  Carles Sentis 38c1365ca1 Re-enable copy trading functionality in TelegramTradingBot and MonitoringCoordinator há 6 dias atrás
  Carles Sentis 488075e0e1 Temporarily disable copy trading functionality for debugging há 6 dias atrás
  Carles Sentis ca5e69d5d7 Integrate copy trading functionality into the TelegramTradingBot and monitoring system há 6 dias atrás
  Carles Sentis 740173cc85 Add sync_status command and enhance order synchronization diagnostics há 1 semana atrás
  Carles Sentis d9a91de1c6 Increment bot version to 2.6.305 and add deposit and withdrawal commands há 1 semana atrás
  Carles Sentis 058e9bc471 Add /sync command for resynchronizing bot with exchange há 1 semana atrás
  Carles Sentis 9901b945c1 Update bot version and refactor monitoring components há 1 semana atrás
  Carles Sentis e5e81d303f Update trading bot architecture and version há 1 semana atrás
  Carles Sentis 8f2df4becc Implement keyboard command handling in TelegramTradingBot há 2 semanas atrás
  Carles Sentis 276920b7b4 Add leverage command and associated functionality to trading bot há 2 semanas atrás
  Carles Sentis b15cb9e236 Refactor trading bot components to enhance async functionality and improve logging. Update requirements to include additional libraries for better performance and error handling. Adjust banner display to include network and database status, and refine error messages for database issues. Ensure consistent formatting in notifications and position tracking for improved clarity. há 3 semanas atrás
  Carles Sentis 42f1b0fe26 Implement validation for Telegram bot configuration in the run method. Added error logging for missing TELEGRAM_BOT_TOKEN and TELEGRAM_CHAT_ID, and initialized the bot application with the configured token. Enhanced logging to indicate the version of python-telegram-bot being used. há 3 semanas atrás
  Carles Sentis 90544498cb Refactor bot run method to improve signal handling and streamline shutdown process. Added signal support for graceful termination and enhanced logging for better operational clarity during bot initialization and shutdown. há 3 semanas atrás
  Carles Sentis 473dbf7820 Refactor main function to use async/await for improved concurrency. Update bot initialization and polling process to streamline execution and enhance error handling. Adjust logging for better clarity during bot operations. há 3 semanas atrás
  Carles Sentis 7aeed104c2 Refactor bot initialization and polling mechanism to streamline the process. Removed unnecessary keep_running_future and updated logging for clarity. Adjusted stats command to simplify session information retrieval. Enhanced chat ID bot to utilize the new polling method. há 3 semanas atrás
  Carles Sentis f7ce690ebf Refactor InfoCommandsHandler to accept the bot instance, improving command access and structure. This change enhances the integration of command handlers for balance, positions, orders, stats, price, market, performance, daily, weekly, monthly, trades, and risk, streamlining the overall command management within the TelegramTradingBot. há 3 semanas atrás
  Carles Sentis e6bbc69807 Refactor TelegramTradingBot to integrate new info command handlers for enhanced trading data access. This update includes the addition of various command classes for balance, positions, orders, stats, trades, market, performance, daily, weekly, monthly, risk, and price, improving the overall command structure and user experience. The TradingCommands class has also been updated to accommodate the new info commands handler. há 3 semanas atrás
  Carles Sentis 37674c83b0 Rename CommandsCommands to CommandsInfo for clarity. há 3 semanas atrás
  Carles Sentis da854948d4 Update requirements and refactor command handling in TelegramTradingBot. há 3 semanas atrás
  Carles Sentis 72234b7b32 Refactor info command handling in TelegramTradingBot for improved modularity. há 3 semanas atrás
  Carles Sentis 481cafc27d Update risk management to utilize Return on Equity (ROE) for stop loss calculations. há 3 semanas atrás
  Carles Sentis b35c45a3cc Enhance InfoCommands and MarketMonitor with notification manager integration - Updated InfoCommands to accept a notification manager for sending alerts on auto-synced positions. Improved MarketMonitor to immediately check for orphaned positions on startup and send notifications with detailed risk metrics. Enhanced logging for better traceability of auto-sync actions and notifications. há 1 mês atrás
  Carles Sentis e5c105fd5b Integrate market monitoring with trading engine for enhanced data caching - Connected MarketMonitor to TradingEngine for shared access to cached positions, orders, and balance data. Updated InfoCommands to utilize cached data for auto-syncing positions, improving efficiency and responsiveness. Enhanced logging for better traceability of data usage and cache updates. há 1 mês atrás
  Carles Sentis 3cb4cb089b Refactor trading logic to unify position tracking and enhance command handling - Updated the trading bot to utilize a unified trades table as the single source of truth for open positions, improving accuracy in position management. Enhanced InfoCommands to provide detailed statistics on active trades and open positions, including improved error handling and user notifications. Updated TradingEngine and TradingStats to support new lifecycle management for trades, streamlining the overall trading process. há 1 mês atrás
  Carles Sentis 75edbe2ebf Refactor trading bot initialization and enhance command handling - Updated the TelegramTradingBot to initialize MarketMonitor with a notification manager for improved alerting. Added a new /cycles command in InfoCommands to display trade cycle statistics, enhancing user insights into trading performance. Improved error handling and logging for better traceability in command execution. há 1 mês atrás
  Carles Sentis 264b0a9f51 Update startup message formatting in Telegram bot - Changed escape sequences to newline characters for improved readability in the bot's startup message. This enhances the clarity of the information presented to users upon initialization. há 1 mês atrás
  Carles Sentis 73ca59941e Refactor TradingCommands to integrate InfoCommands and ManagementCommands - Updated the TradingCommands class to accept additional command handlers, enhancing command execution and user interaction. Improved button callback handling for better command processing and user feedback during interactions. há 1 mês atrás
  Carles Sentis 994d8f035a Refactor TradingCommands and management command handling - Simplified the TradingCommands initialization by removing unnecessary parameters. Enhanced the custom keyboard feature to dynamically generate button layouts based on configuration, improving user interaction and feedback during command execution. há 1 mês atrás
  Carles Sentis 1e0cf4d47d Refactor TradingCommands initialization and enhance command handling - Updated the TradingCommands class to accept instances of InfoCommands and ManagementCommands, along with the bot instance itself, for improved command execution. Enhanced button callback handling to streamline command processing and provide user feedback during interactions. há 1 mês atrás
  Carles Sentis a9a57e6ea4 Enhance Telegram bot's polling and shutdown processes - Improved the bot's updater management by ensuring it starts and stops correctly, with detailed logging for better traceability. Updated exception handling during shutdown to provide clearer feedback on interruptions. Refined the application shutdown sequence to ensure all components are properly stopped, contributing to a more reliable and user-friendly experience. há 1 mês atrás