a166d33012
working version, before optimalization
2026-01-06 09:47:49 +01:00
e37369608b
introduce to tests
2026-01-02 09:05:01 +01:00
c5b148ed6c
Merge branch 'clp-optimalization' into main
2025-12-31 11:14:48 +01:00
5cdf71515b
chore: Untrack data and status files on main to prepare for merge
2025-12-31 11:14:03 +01:00
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
69fbf389c8
Fix EAC direction logic and delta calculation in unified_hedger.py
...
- Corrected Asymmetric Compensation direction (more short when price below entry, less short when above)
- Fixed delta calculation using proper math.sqrt() and correct in-range formula
- Added debug logging for delta calculations and position verification
- Removed hardcoded compensation boost values in favor of get_compensation_boost() method
2025-12-29 22:51:28 +01:00
e6adbaffef
feat: add florida module for unified hedging and monitoring
2025-12-29 21:28:43 +01:00