I want to implementing a strategy which will take entry signals from an instrument from a first broker, but want to execute the orders an a second instrument from a second broker.
Can I handle this as a 'standard' multi-Instrument strategy, i.e. connecting data feed of both brokers, applying the strategy to the first instrument of the first Broker, in the strategy Initialize() method adding the second instrument of the second broker, getting the entry signals from an indicator applied on the first instrument, and executing the orders being linked to the second Instrument?
Will this work?
Any pitfalls I need to know?
Thanks,
Martin

Comment