UNPKG

@backtest/framework

Version:

Backtesting trading strategies in TypeScript / JavaScript

3 lines (2 loc) 137 B
import { GetCandles } from '../helpers/interfaces'; export declare function saveHistoricalData(runParams: GetCandles): Promise<boolean>;