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

improved speed of atr indicator #333

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Groni3000
Copy link
Contributor

Based on #326. Now it satisfies tests.

@Groni3000 Groni3000 marked this pull request as ready for review November 5, 2023 18:04
@Groni3000
Copy link
Contributor Author

Timeit info based on QQQ quotes.
image

@Groni3000
Copy link
Contributor Author

Btw, based on #288 issue, I suggest to delete that row:

self._atr.iloc[:self._window-1] = 0

@Khalizo
Copy link

Khalizo commented Jan 22, 2024

Btw, based on #288 issue, I suggest to delete that row:

self._atr.iloc[:self._window-1] = 0

any update on this @Groni3000

@Groni3000
Copy link
Contributor Author

Groni3000 commented Jan 23, 2024

@Khalizo What do you mean by "updates"? I just suggested deleting the unnecessary row to fix an additional issue. It would be great to hear maintainer/s opinions! Only after this we can make updates or just merge it as it is right now.

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

Successfully merging this pull request may close these issues.

None yet

2 participants