-
Notifications
You must be signed in to change notification settings - Fork 747
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
Python error when --sim is used #686
Comments
Hello. I have the same problem. I fixed it by updating the matplotlib libraries |
With matplotlib 5.3.1 : python3 pycryptobot.py --market HOTUSDT --sim fast 2022-04-04 09:23:38 INFO 2022-03-24 15:15:00 | HOTUSDT | 15m | 0.004786 | BUY |
I have the same issue, in my case it is happening when using Binance. Error:
|
same issue here: running: leads to: 2022-01-14 20:00:00 | BTCUSDT | 1h | Close: 43100.94 - Ready Chg: 2.42%/0.5% | ^ EMA12/26: 42861.8433 > 42848.7487 ^ | ^ MACD: 13.0945 > -90.0369 ^ | BUY | Last Action: SELL | DF HIGH: 51853.1 | DF LOW: 40679.82 | SWING: 27.47% | CURR Price is -16.88% away from DF HIGH | Range: 2022-01-02 09:00:00 <--> 2022-01-14 20:00:00 |
@juancastilla @fpartika @wtc0der If you are on the main branch, git pull for updates. Had this issue for two weeks. Updates added have resolved this TypeError. |
A new major version was released this year. Please upgrade to v7.0.34 or later and if you are still having a problem, raise an issue. |
Describe the bug
Error :
2022-03-10 23:45:00 | JASMYUSDT | 15m | Close: 0.0169 | BUY
Resistance level of 0.0172 formed at 2022-03-10 21:15:00
Fibonacci Retracement Levels:{'ratio0_286': 0.01, 'ratio0': 0.01}
TypeError("cannot concatenate object of type '<class 'dict'>'; only Series and DataFrame objs are valid")
when i run simulation
To Reproduce
Steps to reproduce the behavior:
python3 pycryptobot.py --market JASMYUSDT --live 0 --sim fast
Expected behavior
Result of the simulation
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: