Buzzr Sports Engine API
    Preparing search index...

    Type Alias DrawdownResult

    type DrawdownResult = {
        currentUnits: number;
        maxDrawdownUnits: number;
        peakUnits: number;
        troughUnits: number;
    }
    Index

    Properties

    currentUnits: number

    Final cumulative net units across all settled bets.

    maxDrawdownUnits: number

    Largest peak-to-trough decline on the cumulative net-units curve.

    peakUnits: number

    Highest point of the cumulative curve (at least 0, the starting point).

    troughUnits: number

    Lowest point of the cumulative curve (at most 0, the starting point).