UNPKG

@backtest/command-line

Version:

This project is a CLI build around Backtest, a library for trading developers

7 lines (6 loc) 193 B
import { BTH } from '@backtest/framework'; export declare const properties: { params: string[]; dynamicParams: boolean; }; export declare function runStrategy(bth: BTH): Promise<void>;