I need to fetch FREEDOMMONEY data and rebuild the backtesting cache. This requires: 1. **Writing universe file** to `obw_platform/universe/universe_FREEDOMMONEY_1m.txt` 2. **Running Python fetch/cache scripts** to build FREEDOMMONEY OHLCV data from BingX 3. **Running backtester** on the three configs with the new data 4. **Updating configs** to point to the new NPZ cache 5. **Writing results** to ledger and agent state files **Current situation:** - The previous test used "uploaded Akela data" which is no longer available - Configs point to `/mnt/data/` which doesn't exist in this environment - I found `DB/fast_cache_akela_shortlist_1m_30d.npz` from Apr 25 (may have FREEDOMMONEY data) - Need to either reuse that NPZ or fetch fresh data from BingX May I proceed with: - Writing the universe file - Running Python fetch/build cache scripts - Running backtests and updating documentation This will take ~10-15 minutes to complete the first test loop.