Expected Behavior
Maybe we should add an Account Type field to the live deployer incase members don't call SetBrokerageModel in their project. When I deployed with Bitfinex, it wasn't recognizing my positions. @Martin-Molinero found out its because the default account type is margin and my Bitfinex account is a cash account.
Actual Behavior
Requres user to know and set his account type in code
SetBrokerageModel(BrokerageName.Bitfinex, AccountType.Cash)
Potential Solution
Add a configurable brokerage settings that we can make part of the deployment wizard to configure the account type.
Checklist
Expected Behavior
Maybe we should add an Account Type field to the live deployer incase members don't call SetBrokerageModel in their project. When I deployed with Bitfinex, it wasn't recognizing my positions. @Martin-Molinero found out its because the default account type is margin and my Bitfinex account is a cash account.
Actual Behavior
Requres user to know and set his account type in code
SetBrokerageModel(BrokerageName.Bitfinex, AccountType.Cash)Potential Solution
Add a configurable brokerage settings that we can make part of the deployment wizard to configure the account type.
Checklist
masterbranch