getBacktestTimeframe

declare function getBacktestTimeframe(symbol: string): Promise<Date[]>;

Retrieves current backtest timeframe for given symbol.

Parameter Description
symbol Trading pair symbol (e.g., "BTCUSDT")