feat: disable vol multiplier inside range & add edge cleanup logic

This commit is contained in:
2025-12-26 22:36:03 +01:00
parent 27edce0085
commit 4f7bb429b7
2 changed files with 85 additions and 38 deletions

View File

@ -1,6 +1,6 @@
# GEMINI Project Context & Setup
**Last Updated:** 2025-12-19
**Last Updated:** 2025-12-26
**Project:** Uniswap V3 Automated Concentrated Liquidity Pool (CLP) Hedger
## 1. Project Overview
@ -38,6 +38,7 @@ This project automates the management and hedging of Uniswap V3 Concentrated Liq
* **Refactoring:** Removed `clp_scalper_hedger.py` after merging its advanced features into `clp_hedger.py`.
* **Logging:** Fixed duplicate terminal output by disabling logger propagation.
* **Feature:** Implemented "Comprehensive Edge Protection" in `clp_hedger.py` (Dynamic Proximity + Large Hedge Override).
* **Logic:** Disabled Volatility Multiplier when price is strictly inside range edges (to prevent hedging pauses during volatility spikes when safe).
## 4. Key Files
* `uniswap_manager.py`: Core logic for Uniswap V3 interaction.