declare function getBacktestTimeframe(symbol: string): Promise<Date[]>; Copy
declare function getBacktestTimeframe(symbol: string): Promise<Date[]>;
Retrieves current backtest timeframe for given symbol.
symbol