OptionalequitiesPresent when meta.outMode is SHORT and the curve is inline (not a pointer), parallel to timestamps (same index, same point).
OptionalpointsPresent when meta.outMode is ARRAY and the curve is inline (not a pointer).
OptionaltimestampsPresent when meta.outMode is SHORT and the curve is inline (not a pointer).
OptionalurlPresent only for a sweep row's pointer curve. GET this to fetch the curve itself, in this exact {points|timestamps+equities, meta} shape — meta there is the real, possibly size-guarded outcome; this outer meta is a raw, untransformed preview from the moment the sweep selected this trial's curve, and the two can legitimately differ.
An equity curve, shaped per
meta.outMode:pointswhenARRAY,timestamps+equities(parallel arrays) whenSHORT. Used identically wherever a curve is returned — a plain backtest's inlineequityCurveand a sweep row'sequityCurveare the same type.urlis present instead of any points when the curve is served by pointer rather than inline (a sweep row's top-N winners only):GETit separately to fetch this exact same shape with the points populated.