Klinger Volume Oscillator #304
Unanswered
julian-dotcom
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@julian-dotcom this is on pandas-ta's side, KVO returns None for whatever reason (https://github.com/twopirllc/pandas-ta/blob/bc3b292bf1cc1d5f2aba50bb750a75209d655b37/pandas_ta/volume/kvo.py#L22). I'll look into this. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to use the Klinger Volume Oscillator found in pandas_ta.
To initialize this indicator, I try to use:
vbt.pandas_ta('kvo')
However, this always creates the following error message:
The same works perfectly well when I try to utilize the Chaikin Money Flow as follows:
CMF = vbt.pandas_ta('cmf')
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions