Clean up unused files, organize structure, update docs
- Delete obsolete files: data_fetcher_old.py, market_old.py, base_strategy.py (root), strategy_sma_cross.py, and old architecture remnants (address_monitor.py, position_monitor.py, trade_log.py, wallet_data.py, whale_tracker.py) - Delete zero-byte Docker artifacts and runtime files (clp_hedger.log, clp_hedger/hedge_status.json) - Move one-off utility scripts to scripts/ directory - Move example/template files to .temp/ directory - Update .gitignore: add entries for clp_hedger.log, clp_hedger/hedge_status.json, Docker layer hash files, Using, Running, and backups/ - Update .dockerignore: add clp_hedger.log, clp_hedger/hedge_status.json, backups/ - Create example config files: _data/strategies.json.example, _data/backtesting_conf.json.example, _data/coin_precision.json.example - Update GEMINI.md: remove outdated session summaries and duplicate review section - Update review.md: add cleanup status section, update remaining recommendations - Update MIGRATION_PLAN.md: mark completed phases, update file references - Update DOCKER_MIGRATION_GUIDE.md: update import_csv.py path reference
This commit is contained in:
@ -1,18 +0,0 @@
|
||||
[
|
||||
{
|
||||
"type": "MANUAL",
|
||||
"token_id": 5147464,
|
||||
"status": "OPEN",
|
||||
"hedge_enabled": true,
|
||||
"coin_symbol": "ETH",
|
||||
"entry_price": 3332.66,
|
||||
"range_lower": 2844.11,
|
||||
"range_upper": 3477.24,
|
||||
"target_value": 6938.95,
|
||||
"amount0_initial": 0.45,
|
||||
"amount1_initial": 5439.23,
|
||||
"static_long": 0.0,
|
||||
"timestamp_open": 1765575924,
|
||||
"timestamp_close": null
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user