When you try to backtest whatever strategy with 1d timeframe, you will have the error “parameter verification failed starttime || endtime” with Bitget Exchange (Linear), i.e. Futures.
Bug details:
Here is the response i have:
{
"status": "NOTOK",
"reason": "parameter verification failed starttime || endtime",
"data": null,
"timeProfile": {
"balancerIncomingTime": 1744409773526,
"balancerOutcomingTime": 1744409775071,
"balancerRequestStartTime": 1744409773526,
"balancerRequestEndTime": 1744409775071,
"attempts": 1,
"incomingTime": 1744409774402,
"outcomingTime": 1744409775017,
"inQueueStartTime": 1744409774402,
"inQueueEndTime": 1744409774402,
"exchangeRequestStartTime": 1744409774402,
"exchangeRequestEndTime": 1744409774402
}
}
-
[Optional] Steps to reproduce → Try to backtest any strategy/bot with 1d candles. As an example, i was following this video: https://youtu.be/ttLrZZnHB4c?t=881 for the pair OGUSDT on Bitget Futures. When adding the Combined Ratings on Interval 1day, then backtest, i got the error.
-
Expected result → Backtesting should work. The issue does not happen with 1h/4h/8h data candles.
Thanks.