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

    Type Alias PrepareBacktestData

    type PrepareBacktestData = {
        body: PrepareRequest;
        path: { exchangeId: string; type: DataSourceType };
        query?: never;
        url: "/backtest/{exchangeId}/{type}/prepare";
    }
    Index

    The required data to prepare a backtesting

    path: { exchangeId: string; type: DataSourceType }

    Type Declaration

    • exchangeId: string

      ID of the exchange to prepare the backtesting for

    • type: DataSourceType

      The type of data source to prepare from

    query?: never
    url: "/backtest/{exchangeId}/{type}/prepare"