- **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.
797 B
797 B
Quick Start Guide
1. Test the Monitor
cd tools
python test_telegram_simple.py
2. Setup Telegram Bot (Optional)
python telegram_setup.py
3. Configure Environment
Copy tools/.env.example to .env and add:
TELEGRAM_MONITOR_ENABLED=True
TELEGRAM_BOT_TOKEN=your_token_here
TELEGRAM_CHAT_ID=your_chat_id_here
4. Run Monitor
python tools/telegram_monitor.py
Files Created
tools/telegram_monitor.py- Main monitoring scripttools/telegram_setup.py- Setup helpertools/test_telegram_simple.py- Test scripttools/.env.example- Environment templatetools/README_TELEGRAM.md- Full documentation
Monitor checks hedge_status.json every 60 seconds for new positions and sends formatted notifications to Telegram.