|
|
b22fdcf741
|
refactor: Standardize CLP Manager and Hedger modules & cleanup
- **clp_manager.py**: Renamed from 'uniswap_manager.py'. Standardized logic for Uniswap V3 liquidity provision.
- **clp_hedger.py**: Renamed from 'unified_hedger.py'. Consolidated hedging logic including Delta Calculation fixes, EAC (Edge Avoidance), and Fishing order implementation.
- **Cleanup**: Removed legacy 'aerodrome' folder and tools.
- **Monitoring**: Added Telegram monitoring scripts.
- **Config**: Updated gitignore to exclude market data CSVs.
|
2025-12-31 11:09:33 +01:00 |
|
|
|
4f7bb429b7
|
feat: disable vol multiplier inside range & add edge cleanup logic
|
2025-12-26 22:36:03 +01:00 |
|
|
|
b3cdf98161
|
Implement 'Always Buy' Fishing Order at Hedge Entry
|
2025-12-22 14:19:30 +01:00 |
|
|
|
e5151d9d66
|
Update IDLE log to show trigger price levels
|
2025-12-21 22:58:29 +01:00 |
|
|
|
1a12fde839
|
Optimize rebalance threshold for low volatility
|
2025-12-21 22:49:28 +01:00 |
|
|
|
2194c71d5f
|
feat(hedger): capture and save initial hedge capital for KPI benchmarking
|
2025-12-21 16:03:41 +01:00 |
|
|
|
cc3b012087
|
docs: update changelog for 600s shadow order timeout
|
2025-12-21 10:58:05 +01:00 |
|
|
|
42e0dfc5c6
|
docs: add Shadow Order Simulator to changelog
|
2025-12-21 10:24:40 +01:00 |
|
|
|
4b30f4a62b
|
docs: document execution analysis logging in changelog
|
2025-12-21 09:44:30 +01:00 |
|
|
|
1c3a1338d0
|
docs: add explanation of dynamic threshold log values to changelog
|
2025-12-20 12:29:35 +01:00 |
|
|
|
98bda8d71a
|
docs: update changelog with dynamic rebalance threshold implementation
|
2025-12-20 11:56:39 +01:00 |
|
|
|
271bea4653
|
docs: create GEMINI.md with project context and current setup
|
2025-12-20 08:18:47 +01:00 |
|
|
|
4bf84d29bb
|
docs: update changelog for clp_scalper_hedger.py removal
|
2025-12-19 23:32:53 +01:00 |
|
|
|
ccf25c1643
|
docs: create CHANGELOG.md with summary of 2025-12-19 changes
|
2025-12-19 23:30:44 +01:00 |
|
|
|
5ca16ec33f
|
🎯 Initial commit: Uniswap Auto CLP trading system
Core Components:
- uniswap_manager.py: V3 concentrated liquidity position manager
- clp_hedger.py: Hyperliquid perpetuals hedging bot
- requirements.txt: Python dependencies
- .gitignore: Security exclusions for sensitive data
- doc/: Project documentation
- tools/: Utility scripts and Git agent
Features:
- Automated liquidity provision on Uniswap V3 (WETH/USDC)
- Delta-neutral hedging using Hyperliquid perpetuals
- Position lifecycle management (open/close/rebalance)
- Automated backup and version control system
Security:
- Private keys and tokens excluded from version control
- Environment variables properly handled
- Automated security validation for backups
Git Agent:
- Hourly automated backups to separate branches
- Keep last 100 backups (~4 days coverage)
- Detailed change tracking and parameter monitoring
- Push to Gitea server automatically
- Manual main branch control preserved
- No performance tracking for privacy
- No notifications for simplicity
Files Added:
- git_agent.py: Main automation script
- agent_config.json: Configuration with Gitea settings
- git_utils.py: Git operations wrapper
- backup_manager.py: Backup branch management
- change_detector.py: File change analysis
- cleanup_manager.py: 100-backup rotation
- commit_formatter.py: Detailed commit messages
- README_GIT_AGENT.md: Complete usage documentation
|
2025-12-19 20:30:48 +01:00 |
|