Hi all, 

Facing an issue with the orders of BTCUSD on a backtest - some of the market orders were filled with a price of -1 (see below). Setting SetBrokerageModel(BrokerageName.Bitfinex, AccountType.Margin).  Please let me know if I've missed something. Thanks!

Time    Symbol    Price    Quantity    Type    Status    Value
2018-06-05T12:00:00Z    BTCUSD    -1    -1.4936    Market    Filled    1.4936
2019-02-09T09:00:00Z    BTCUSD    -1    2.6568    Market    Filled    -2.6568
2019-02-09T10:00:00Z    BTCUSD    -1    -2.6568    Market    Filled    2.6568

Author