You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of our community reported that he was getting an IndexError: index 0 is out of bounds for axis 0 with size 0 when running backtests for PMM dynamic using bybit as connector
Config
Use bybit as connector and candles feed for PMM dynamic controller
Setup total amount around 10000
Reduce the days to visualize from 7 to 3 so we can run the backtest
Setup default 2 order levels
Intialize backtesting using 1m, 5m and 15m on backtesting resolution
Run tests on different connectors only returns error in Bybit ❌
Run tests on binance, okx and kucoin. All working ok ✅
Steps to reproduce bug
Setup deploy and use bybit as connector and candles data feed for PMM Dynamic controller-config
Review the config on the ticket description and run backtest for the controller
The text was updated successfully, but these errors were encountered:
Describe the bug
One of our community reported that he was getting an
IndexError: index 0 is out of bounds for axis 0 with size 0
when running backtests for PMM dynamic usingbybit
as connectorConfig
10000
days to visualize
from 7 to 3 so we can run the backtest1m, 5m and 15m
on backtesting resolutionSteps to reproduce bug
PMM Dynamic
controller-configThe text was updated successfully, but these errors were encountered: