Hi all,

this code:

            var symbolA = AddCrypto("BTCUSD", Resolution.Minute, BrokerageName.Bitfinex.ToString());
            var symbolB = AddCrypto("BTCUSD", Resolution.Minute, BrokerageName.GDAX.ToString());

the symbol.ID is the same in both instances, is it correct?

Cuando yo lance una orden ¿que pasará? Irá al mercado correcto?

Thanks.