feat: disable vol multiplier inside range & add edge cleanup logic
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user