E_DATA_001 — Bar data not found¶
MmapBarStorage couldn't find any bars_*.bin files in the symbol
directory. Either the directory doesn't exist, or it exists but
contains no recorded data.
How to fix¶
Run a recorder over the dataset first:
Then read it back:
Common causes¶
- Pointing at the data root (
"out") instead of the per-symbol subdirectory ("out/BTCUSDT"). - The recorder ran but
flush()was never called — buffered bars never hit disk. - The symbol directory was created (
MmapBarWriterdoes this on init) but no bars were ever written.