IOptimizerFilterArgs

Filter arguments for data source queries without pagination. Used internally to filter data by symbol and time range.

symbol: string

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

startDate: Date

Start date of the data range (inclusive).

endDate: Date

End date of the data range (inclusive).