ICheckCandlesParams

Parameters for validating cached candle presence. Queries persist storage adapter without scanning files.

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 validation range (inclusive)

to: Date

End date of the validation range (inclusive)