UNPKG

trading-cycle

Version:

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

24 lines (23 loc) 1.13 kB
import TradingCycle from './TradingCycle'; import AbstractHandler from './handlers/AbstractHandler'; declare const _default: { TradingCycle: typeof TradingCycle; AbstractHandler: typeof AbstractHandler; handlers: { Candles: typeof import("./handlers/Candles").default; PositiveValues: typeof import("./handlers/PositiveValues").default; NegativeValues: typeof import("./handlers/NegativeValues").default; Renko: typeof import("./handlers/Renko").default; TimeRenko: typeof import("./handlers/TimeRenko").default; TestLogic: typeof import("./handlers/TestLogic").default; PositiveTimeLength: typeof import("./handlers/PositiveTimeLength").default; NegativeTimeLength: typeof import("./handlers/NegativeTimeLength").default; FakeTrader: typeof import("./handlers/FakeTrader").default; LogCandle: typeof import("./handlers/LogCandle").default; RenkoCounter: typeof import("./handlers/RenkoCounter").default; }; config: { defaultTradingCycle: import("./types/types").HandlerConfig[]; }; }; export default _default;