Replies: 1 comment
|
I would be careful with the word “merge” here, because a The right approach depends on what you mean by combine:
So my rule of thumb would be: combine outputs only for reporting; combine inputs and rerun the simulation if you need a true portfolio with shared capital and correct accounting. |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I’m working with two separate vectorbt.portfolio.base.Portfolio objects—each generated by a custom rebalancing function—and I’d like to combine them into a single portfolio. Is there a way to merge or concatenate these objects?
All reactions