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

Backtesting - dynamic pairlist sorting #10527

Merged
merged 11 commits into from
Aug 13, 2024
Merged

Backtesting - dynamic pairlist sorting #10527

merged 11 commits into from
Aug 13, 2024

Conversation

xmatthias
Copy link
Member

@xmatthias xmatthias commented Aug 12, 2024

Summary

Allow exiting one pair and entering another pair in the same candle, even though trade-slots were previously filled

This will increase backtesting reliability - as it"ll better simulate real behaviors.

Quick changelog

  • dynamic sorting of pairlist - pairs with open trades first.
  • allow re-filling the last trade slot (when max-open-trades has been reached)
  • enable potential further enhancements

@xmatthias xmatthias changed the title Backtesting - Backtesting - dynamic pairlist sorting Aug 12, 2024
@xmatthias xmatthias added Enhancement Enhancements to the bot. Get lower priority than bugs by default. Backtest Issues related backtesting. labels Aug 12, 2024
@coveralls
Copy link

coveralls commented Aug 12, 2024

Coverage Status

coverage: 94.442% (-0.004%) from 94.446%
when pulling 948e67a on feat/bt_generator
into 980b81f on develop.

@xmatthias xmatthias merged commit 7e502be into develop Aug 13, 2024
37 checks passed
@xmatthias xmatthias deleted the feat/bt_generator branch August 13, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backtest Issues related backtesting. Enhancement Enhancements to the bot. Get lower priority than bugs by default.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants