Replies: 1 comment 4 replies
-
This is a known limitation of vectorbt to be able to proceed one order per tick and symbol. You either need to resample your data to a higher frequency or just wait until this feature gets implemented (near future, probably 0.20.2). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using
Portfolio.from_order_func
to generate portfolio of my strategy. But in each iteration/tick,order_func_nb()
returns only one order.When price fluctuates significantly, my strategy may create multiple orders.
Is there any way to generate multiple orders in a single tick?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions