Replies: 2 comments
-
Edit: |
Beta Was this translation helpful? Give feedback.
0 replies
-
FWIK, ta-lib functions all expect You can, therefore, call: self.OBV = self.I(OBV, self.Close, self.Volume.astype(float)) or, using the self.OBV = self.I(OBV, self.Close, self.Volume.s) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am having the following problem with my code
And it is throwing the following exception in the run() call:
Any idea what could be wrong?
Thanks,
Carlos Mamani
Beta Was this translation helpful? Give feedback.
All reactions