Created: 13 Apr 2026 Context: Bybit DCA Z-VWAP bot parameter optimization via backtesting
zvwap-bot (was bybit-bot)Z3.0 tighter TP/SL (3:1, TP=3%, SL=1%)| File | Purpose |
|---|---|
| step1_fetch_data.py | Fetch 30d klines → JSON cache |
| step2_sweep_z_tp_sl.py | Core Z×TP×SL sweep |
| backtest_core.py | Library: run_backtest(symbols, params) |
| download_data.py | Download → pickle cache (7d/14d) |
| sweep_runner.py | Full 8640 combo sweep |
| analyze_sweep.py | Step 7: analysis script |
| data_cache_7d.pkl | 7-day cached data |
| data_cache_14d.pkl | 14-day cached data |
| sweep_results_7d.json | 8208 results from sweep |