UNPKG

@backtest/framework

Version:

Backtesting trading strategies in TypeScript / JavaScript

3 lines (2 loc) 194 B
import { StrategyResultMulti } from '../../helpers/interfaces'; export declare function saveMultiResult(resultsName: string, results: StrategyResultMulti, override?: boolean): Promise<boolean>;