Expand description
Point-in-time price data.
A Dataset is a shared date axis plus per-symbol closes aligned to it. The
only accessors return data at or before a given step index — there is no way
to read a future bar, so look-ahead bias is impossible by construction rather
than policed after the fact.
Structs§
- Dataset
- A point-in-time price dataset.