UNPKG

@backtest/framework

Version:

Backtesting trading strategies in TypeScript / JavaScript

9 lines (8 loc) 313 B
import { getCandleStartDate } from '../../helpers/api'; export declare function downloadHistoricalData(symbol: string, data: { interval: string; startDate: number | string | Date; endDate: number | string | Date; downloadIsMandatory?: boolean; }): Promise<boolean>; export { getCandleStartDate };