-
Notifications
You must be signed in to change notification settings - Fork 123
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
3d time interval issues #37
Comments
class CandlestickInterval: I did not get such a mistake. Might have made a syntax error maybe? |
3d or more included |
That's because u re trying to merge numpy arrays. Check the params of get_multi_scale and get_signal. #get signal that is confirmed across multiple time scales. def get_multi_scale_signal(client, _market="BTCUSDT", _periods=["1m"]):
|
I don't quite understand what you mean :( Only certain coins have this phenomenon |
setting.json
"trading_periods": "5m,15m",
If 3d are included in trading_periods, it will not run.
Is it just me?
The text was updated successfully, but these errors were encountered: