Carles Sentis codeskraps

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • c3280f0926 Enhance configuration and documentation for production deployment - Updated `env.example` with detailed comments for production and development settings, including guidance on API keys and CORS origins. - Added comprehensive Nginx setup instructions in `deployment.md`, covering SSL configuration, security headers, and service management. - Improved the Hyperliquid Account Analyzer to utilize an advanced leaderboard scraper for fetching top accounts, with fallback to a curated list. - Adjusted trading frequency thresholds for copy trading suitability evaluation to enhance accuracy.

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • 1c89efc157 Add web UI configuration options and update dependencies - Introduced new environment variables for web UI configuration, including WEB_ENABLED, WEB_HOST, WEB_PORT, WEB_API_KEY, and WEB_CORS_ORIGINS. - Updated pyproject.toml to include new dependencies: fastapi, uvicorn, jinja2, python-multipart, websockets, and sse-starlette for web functionality. - Enhanced configuration validation to ensure proper web settings are provided when enabled. - Updated documentation to include web UI setup instructions.

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • d3a04e0557 Update project structure and transition to UV package manager - Added uv.lock to ensure reproducible builds with the UV package manager. - Updated README and documentation to reflect the transition from requirements.txt to uv for dependency management. - Modified commands throughout the project to utilize `uv run` for executing scripts. - Incremented bot version to 3.1.349 for the latest changes. - Removed requirements.txt as dependencies are now managed via pyproject.toml.

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • c446da6d21 Enhance CopyTradingMonitor with stop loss and take profit monitoring features - Added functionality to monitor and copy stop loss and take profit orders from the target trader, improving risk management. - Introduced methods to fetch target trader's open orders and handle stop loss and take profit order placements. - Updated trade execution logic to utilize limit orders at the target trader's entry price for better accuracy in opening positions. - Enhanced logging for better tracking of order execution and monitoring actions.

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • 7c235388a6 Enhance Hyperliquid Account Analyzer with detailed single account deep dive analysis - Introduced a new method to provide a comprehensive deep dive analysis for individual accounts, including live data fetching, performance metrics, trading patterns, and copy trading evaluations. - Updated the existing analysis results method to handle single account scenarios, improving user insights and experience. - Enhanced output formatting for better clarity and engagement during account evaluations.

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • cea2abe642 Add additional trader addresses to Hyperliquid Account Analyzer for enhanced analysis - Included multiple new trader addresses to expand the analysis capabilities of the Hyperliquid Account Analyzer. - This update aims to improve the breadth of account evaluations and insights provided to users.

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • c37ae33871 Update bot version to 3.0.345 and remove account balance and PnL percentage calculations from Hyperliquid Account Analyzer - Incremented bot version for release. - Removed methods and calculations related to account balance and PnL percentage, streamlining the analysis process. - Adjusted output messages to reflect the removal of account balance and PnL percentage information.

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • 09a45afe5d Enhance Hyperliquid Account Analyzer with account balance and PnL percentage calculations - Added methods to extract account balance and calculate total PnL as a percentage of the account balance, improving profitability assessments. - Updated scoring metrics to utilize percentage returns for fair comparison across accounts, enhancing analysis accuracy. - Refined output messages to provide clearer insights into account performance, including detailed return and balance information.

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • 57b30aebf6 Add additional trader addresses to Hyperliquid Account Analyzer for enhanced analysis

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • 04a0531ee6 Enhance CopyTradingMonitor with leverage management for order execution - Added functionality to set leverage before placing and reducing positions, improving order execution control. - Implemented logging for leverage setting actions, including success and failure messages for better tracking of leverage adjustments.

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • 9a93cf4c03 Update bot version to 3.0.341 and enhance CopyTradingMonitor with improved position tracking and logging - Added functionality to update current positions for status display, including error handling for position retrieval. - Improved logging messages for position checks, providing clearer insights into trading state and actions taken.

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • 2615366b62 Add additional trader addresses to Hyperliquid Account Analyzer for enhanced analysis

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • f390966f26 Enhance Hyperliquid Account Analyzer with improved scoring metrics and account analysis features - Introduced separate scoring for positive and negative PnL, allowing for more nuanced profitability assessments. - Added account age analysis to evaluate maturity, impacting overall scoring. - Enhanced risk management scoring with harsher penalties for high drawdowns. - Adjusted weights for scoring categories to reflect updated importance, including reduced emphasis on win rate. - Updated output messages to provide clearer guidelines for copy trading and account evaluation.

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • b6a964b0db Refactor Hyperliquid Account Analyzer to support flexible trade side inputs and improve analysis accuracy - Updated trade side checks to accept multiple formats for 'buy' and 'sell' (e.g., 'b', 's', 'a', 'ask'). - Enhanced net USD flow calculation for window trades, ensuring accurate cash flow analysis. - Improved buy/sell ratio calculation to handle edge cases and provide clearer trading style insights. - Refactored trading pattern analysis to better categorize trading styles based on trade volume.

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • 63d256933d Enhance Hyperliquid Account Analyzer with token diversity and trading pattern analysis - Introduced methods to analyze token diversity, trading type, and short/long trading patterns. - Updated account statistics to include unique tokens traded, trading type, top tokens, short percentage, and trading style. - Enhanced output to display detailed trading analysis, improving insights for users.

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • 5052a3e859 Enhance Hyperliquid Account Analyzer with relative scoring for account evaluation - Updated the analysis results printing to include relative scoring metrics for better performance comparison. - Introduced a new scoring system that evaluates accounts based on copyability, profitability, win rate, trade duration, and risk management. - Added functionality to calculate data ranges for cohort analysis, improving the context of scores. - Refactored recommendation logic to highlight top copyable accounts based on relative scores, enhancing user guidance.

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • 2b1e16cbd6 Update Hyperliquid Account Analyzer with new trader addresses for enhanced analysis capabilities

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • e97f73ac22 Update bot version to 3.0.334 and change log rotation type to time-based for improved management

2 هفته پیش

codeskraps پوش کردن به main در codeskraps/ManualTrader

  • 384b4ed128 Enhance CopyTradingMonitor with detailed logging and position sizing improvements - Added comprehensive logging of configuration parameters during initialization for better visibility. - Improved position size calculation to handle leverage and current price, ensuring accurate margin allocation. - Updated trade execution logic to utilize calculated position values, enhancing trade accuracy. - Introduced a test method for balance fetching and position sizing, aiding in debugging and validation of trading logic.

2 هفته پیش