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

Speed/Performance #31

Open
rayeni opened this issue Apr 8, 2024 · 1 comment
Open

Speed/Performance #31

rayeni opened this issue Apr 8, 2024 · 1 comment

Comments

@rayeni
Copy link

rayeni commented Apr 8, 2024

For starters, I recently found stocktrends and I like it.

For my system, I need to continuously send the entire OHLC DataFrame to Renko() to continuously build the renko DataFrame. As the OHLC grows, the execution time increases. For example, it takes 2.5 seconds to process 8200 rows of OHLC data. In a medium frequency system, that can be too long. Do you have any suggestions on how to reduce the processing time? I'm thinking along the lines of incremental updates. However, I don't quite know how to implement that.

Thanks.

@rayeni rayeni changed the title Speed and Incremental Updates Speed/Performance Apr 8, 2024
@ChillarAnand
Copy link
Owner

@rayeni Thanks for raising the issue. We will add feature to stocktrends to improve the performance.

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

2 participants