I'd like to be able to use the strategy's trade profit/loss stream as an entry filter and not place real trades (or historically) when recent trade history is poor, but wish to monitor / simulate trades while in the poor state so we can know when to switch back to real trade submission as we re-enter the hot phase.
Is there a way to programmatically switch Accounts associated with a strategy instance, both within the context of historical and realtime?
Is there alternate approach that could meet this requirement, other than writing my own order/fill emulator and placing pseudo entry/exit orders to that?
Perhaps two instances of the same strategy, one bound to a sim, the other bound to a real account, with the sim sending signals to other real account instance? Any thoughts or suggestions are very welcome.

Comment