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

WMA indicator is slow #160

Open
lkaino opened this issue Aug 1, 2024 · 1 comment
Open

WMA indicator is slow #160

lkaino opened this issue Aug 1, 2024 · 1 comment

Comments

@lkaino
Copy link

lkaino commented Aug 1, 2024

My program started running quite slow, according to cProfile this is caused by HMA indicator, which in turn uses WMA indicators, which seem to be slow.

I don't know if there's anything that could be done to improve on the performance.

@lkaino
Copy link
Author

lkaino commented Aug 1, 2024

I improved it in PR: #161. It's a lot faster now, down from 100s to 4s in my test 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