-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
volume profile example gets an error on horiz_time_volume function #415
Comments
You have an old version of finplot installed. Please upgrade first, and if it still doesn't work, please post a screenshot of what is shown when you uncomment line 69 in the volume profile example. Btw, nice to see you working on a Binance bot! This is the way. |
Thanks for the quick reply! I uninstalled the version I had (I installed it with pip install finplot) and then installed directly from the repo. I ran the code again and it still didn't work. This is what happens when I uncomment line 69 in the example: I've been working on Binance bots for 2 years :) This is the way. |
You've still not commented out line 69 on the example, as can be seen in your log which clearly states |
I'm guessing the data you're using might be missing some timestamps. Could you post a minimal example so I can reproduce it myself? |
The results I have are from using exactly the code of volume-profile.py that you have in your repository. I'm not sure if this is what you're looking for, but these are the results I get when I print time_volume_profile and when I print df: time_volume_profile
df
|
It's close to impossible to reproduce your error from that data. Please send me something I can work with. You don't have to give me your data or code, just a minimal example is best. |
@knoghax ping |
I've been trying to run the examples in the repo, and for the volume profile one, I get an error on line 69 while executing the horiz_time_volume function. The output in my terminal is shown below:
I have no idea what could be the issue here and opted to let you know. Would appreciate it if you could let me know what could be going on here. Thank you!
The text was updated successfully, but these errors were encountered: