-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config Generator - Getting ValueError: If using all scalar values, you must pass an index #51
Comments
As per discussed with dev team, this error commonly happens when it takes time to load or fetch historical candles from the selected exchange. Observed this happened Hyperliquid's HYPEUSDC using GS controller, we let dashboard (config generator) to load the candles of the selected market by waiting for couple of minutes and able to create controller successfully. Ticket will remain open until we found a fix for this error |
Describe the bug
When testing a PR and compare with the latest deploy version, found this error when setting up a market on kucoin and binance
Check traceback seems to be pointing to historical candles. Tried to check if we can reproduce using
data
andMACD_BB V1
Steps to reproduce bug
bash setup.sh
The text was updated successfully, but these errors were encountered: