Setting exclusive_order = False #685
alessiaf12
started this conversation in
General
Replies: 1 comment 2 replies
-
One would leave def next(self):
assert self.position.size > 0
self.buy(size=10)
# On next iteration, position.size would be +10 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the rationale behind the exclusive_order parameter when it's set to False in Backtest class? How are the entry and close positions chosen?
I perfectly understand how the parameter works when set to True, however when False is set i cannot understand properly which is the rationale impllied.
Beta Was this translation helpful? Give feedback.
All reactions