UNPKG

@backtest/framework

Version:

Backtesting trading strategies in TypeScript / JavaScript

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