Replies: 1 comment 1 reply
-
Is "ta" pandas-ta? |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi group,
I am new to coding, I am trading SPX, and want to create an indicator using VIX and VIX3M, which means the trading signal is not deprived from SPX itself, it's from VIX index. I came up with the code below, but seems not woking, can someone please take a look and shed some lights here?
def indicator():
class SignalStrategy(Strategy):
Don't have a clue what's wrong!
Beta Was this translation helpful? Give feedback.
All reactions