ICacheCandlesParams

Parameters for pre-caching candles into persist storage. Used to download historical candle data before running a backtest.

symbol: string

Trading pair symbol (e.g., "BTCUSDT")

exchangeName: string

Name of the registered exchange schema

interval: CandleInterval

Candle time interval (e.g., "1m", "4h")

from: Date

Start date of the caching range (inclusive)

to: Date

End date of the caching range (inclusive)