-
Notifications
You must be signed in to change notification settings - Fork 199
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
Momentum Indicators - RSI, MACD #119
Comments
I have completed an implementation of this in my fork of the project - https://github.com/pythonhacker/FinQuant/tree/feature/rsi-indicator. |
Hey @pythonhacker :) |
I am right now using this project on a jupyter notebook to make decisions over stocks to invest in the highly bullish stock market of my country (India), so I am bullish on this project as well. |
Man, really love this. :) And feel free to add more such indicators if you please. Just a friendly reminder:
Source: FinQuant's documentation ;) |
Implementation of RSI momentum indicator, ref -> #119
@fmilthaler - Added documentation and unit test. Let me know if this looks good. |
Hey, thank you for adding those. I've already merged your branch into FinQuant's branch |
Looks good, may I suggest we look into this as an enhancement over the current code ? Let us merge this first and in another set of feature issues, refactor the code to use |
First of all thanks for the great work. This package is amazing!
I think apart from moving averages and related bollinger bands, indicators like RSI would add relative strength to the package (pun intended). Let me know what you think.
This issue is about adding a feature for plotting RSI indicators using a 14 day window as suggested using the approach here -> https://www.alpharithms.com/relative-strength-index-rsi-in-python-470209/
Update: Edited the issue and generalized it over a number of momentum indicators. I can go ahead and implement them all or we can discuss it if you have suggestions.
The text was updated successfully, but these errors were encountered: