@qtsurfer/api-client
    Preparing search index...

    Type Alias EquityPoint

    Single sample of the running equity at a yield event.

    type EquityPoint = {
        equity: number;
        timestamp: number;
    }
    Index
    equity: number

    Running equity at this point (initialCapital + cumulativePnl).

    timestamp: number

    Epoch milliseconds. The first point in an equity curve is anchored at the backtest from; subsequent points carry the timestamp of each emitted yield.