|
TradeBench 1.0.0
Algorithmic Trading Backtesting Platform
|
Data Access Object for handling market candlestick data. More...
Static Public Member Functions | |
| static | hasSufficientData (string $pair, string $timeframe, int $startTime, int $endTime) |
| Checks if the database already contains sufficient historical data. | |
Data Access Object for handling market candlestick data.
|
static |
Checks if the database already contains sufficient historical data.
| string | $pair | The trading pair. |
| string | $timeframe | The timeframe. |
| int | $startTime | Start timestamp in milliseconds. |
| int | $endTime | End timestamp in milliseconds. |