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

Implement Connors RSI #737

Merged
merged 1 commit into from
Nov 29, 2023
Merged

Commits on Nov 27, 2023

  1. Add initial CRSI indicator

    Rely on Pandas-TA built-in Wilder's RSI indicator and TA-lib
    counterparts, and implement percent_rank and streak calculation
    functions using NumPy. This was tested against large time series with 1
    million entries and found to be performant as detailed in the PR ticket.
    Add separate streak and percent rank functions with doctests.
    luisbarrancos committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    699b2b9 View commit details
    Browse the repository at this point in the history