-
Hello, I am wondering if it is possible to have multiple open positions? |
Beta Was this translation helpful? Give feedback.
Answered by
kernc
Feb 19, 2021
Replies: 1 comment 5 replies
-
Yes, as long as you don't pass |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
kosi96
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, as long as you don't pass
Backtest(..., exclusive_orders=True)
(and, maybe,hedging=False
), everyStrategy.buy()/.sell()
call places an order that results in a separate trade. The trades, however, still sum up to a single net total position.