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

Add function update for the new data for live trading #825

Closed
Khanhlinhdang opened this issue Sep 4, 2024 · 1 comment
Closed

Add function update for the new data for live trading #825

Khanhlinhdang opened this issue Sep 4, 2024 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@Khanhlinhdang
Copy link

I am developing a trading platform using python, pyside6 with pandas-ta.
I am using current development version of pandas-ta, it still work well for me and i am not using ta-lib.
But when I run multiple indicators simultaneously, it is seem all function's indicator have to re-caculate every time update new data.
It make the code slowly.
So, can you add new function. which can caculate only the new update data and add to result.
Thank you much!
This is my project, I am happy to show and share when it is done
https://www.facebook.com/groups/748831980507126
image

@Khanhlinhdang Khanhlinhdang added the enhancement New feature or request label Sep 4, 2024
@twopirllc twopirllc added the wontfix This will not be worked on label Sep 9, 2024
@twopirllc
Copy link
Owner

Hello @Khanhlinhdang

What you are looking for is Incremental Calculations. For more information see #632 or more generally, more previous common issues/requests.

Good luck with your trading platform!

Kind Regards,
KJ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants