I want to switch strategies after a certain date, for example July 1, 2025, but generate one report for the backtest in terms of actual trades, etc. As far as combining equity performance, I do this as per the suggestion below.
A potential issue with this approach is that any open positions entered using Buy_old before datetoswitch will still be exited according to the sell_new rules after the datetoswitch.
Depending on your intent, this may or may not be the desired behavior.