Parameters for validating cached candle timestamps. Reads JSON files directly from persist storage directory.
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)
baseDir: string
Base directory of candle persist storage (default: "./dump/data/candle")