Remove ASTER, PUMP, ZEC from dashboard and stop tracking their history

- Remove ASTER, PUMP, ZEC from WATCHED_COINS in main_app.py
- Remove ASTER, PUMP, ZEC from coin_id_map.json (stops market cap collection)
- Remove ASTER, PUMP, ZEC from market_cap_data.json summary
- Remove ASTER, PUMP, ZEC manual overrides from coin_id_map.py
- Remove ASTER, PUMP, ZEC from resampling_status.json (gitignored)
- Add WIKI/symbol_management.md documentation for adding/removing symbols

Existing data in market_data.db is preserved; only new data collection stops.
This commit is contained in:
DiTus
2026-07-28 09:43:39 +02:00
parent 68e528c1f6
commit 2a8ee9c8c5
5 changed files with 222 additions and 22 deletions

View File

@ -20,7 +20,7 @@ from live_market_utils import start_live_feed
from strategies.base_strategy import BaseStrategy
# --- Configuration ---
WATCHED_COINS = ["BTC", "ETH", "SOL", "BNB", "HYPE", "ASTER", "ZEC", "PUMP", "SUI", "xyz:BRENTOIL", "xyz:CL"]
WATCHED_COINS = ["BTC", "ETH", "SOL", "BNB", "HYPE", "SUI", "xyz:BRENTOIL", "xyz:CL"]
# Display name mapping for dashboard (internal symbol -> display name)
COIN_DISPLAY_NAMES = {
"xyz:BRENTOIL": "BRENT",