Skip to content
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

I need RSISMA maybe help me #558

Open
inglor38 opened this issue Oct 30, 2022 · 9 comments
Open

I need RSISMA maybe help me #558

inglor38 opened this issue Oct 30, 2022 · 9 comments

Comments

@inglor38
Copy link

I want to get the SMA of the RSI indicator, but I have not been successful. It's not in the command extension either. Can you help?

@mrjbq7
Copy link
Member

mrjbq7 commented Oct 31, 2022

Are you looking for something like:

>>> import numpy as np
>>> c = np.random.randn(100)
>>> import talib as ta
>>> rsi = ta.RSI(c)
>>> sma = ta.SMA(rsi)

@mrjbq7
Copy link
Member

mrjbq7 commented Oct 31, 2022

Also, what's a command extension?

@inglor38
Copy link
Author

inglor38 commented Oct 31, 2022 via email

@mrjbq7
Copy link
Member

mrjbq7 commented Oct 31, 2022 via email

@inglor38
Copy link
Author

inglor38 commented Oct 31, 2022 via email

@mrjbq7
Copy link
Member

mrjbq7 commented Oct 31, 2022 via email

@inglor38
Copy link
Author

inglor38 commented Oct 31, 2022 via email

@trufanov-nok
Copy link
Contributor

compare RSI, not SMA

@inglor38
Copy link
Author

inglor38 commented Oct 31, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants