UNPKG

trading-cycle

Version:

A lightweight, modular core library designed for backtesting trading strategies in financial markets.

4 lines (3 loc) 119 B
import type { HandlerConfig } from '../types/types'; declare const handlers: HandlerConfig[]; export default handlers;