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

feat(FutureExchange/order store): delete canceled / executed orders to avoid O(N) and O(N^2) loops #455

Merged
merged 18 commits into from
Jul 1, 2024

Conversation

yakir4123
Copy link
Contributor

On cases of strategeis that move orders every candle. (such as move the entries / tp / sl ) than positions get with 100s of orders and even 1000s.

every candle there are several loops on these lists and it make the simulation too much time!

yakir4123 and others added 15 commits May 24, 2024 09:26
# Conflicts:
#	jesse/modes/backtest_mode.py
The code changes in this commit refactor the name of the `TTMSqueeze` indicator to `ttm_squeeze` to follow the Python naming conventions. The corresponding import statements have also been updated to reflect the new name. This change improves code readability and maintainability.
@saleh-mir
Copy link
Member

I merged master into it, can you please confirm everything is ok? The tests are passing.

@saleh-mir saleh-mir merged commit e6126da into jesse-ai:master Jul 1, 2024
4 checks passed
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

3 participants