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

mistake in docs #346

Open
adamDucken opened this issue Sep 3, 2024 · 0 comments
Open

mistake in docs #346

adamDucken opened this issue Sep 3, 2024 · 0 comments

Comments

@adamDucken
Copy link

adamDucken commented Sep 3, 2024

https://technical-analysis-library-in-python.readthedocs.io/en/latest/ta.html#ta.trend.AroonIndicator
it is said that the function expects the close in arguments but it actually expects low, high https://github.com/bukosabino/ta/blob/master/ta/trend.py ;; def init(
self, high: pd.Series, low: pd.Series, window: int = 25, fillna: bool = False
):
self._high = high
self._low = low
self._window = window
self._fillna = fillna
self._run()

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

1 participant