You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
I have completely filled out this template
I have confirmed that this issue exists on the current master branch
I have confirmed that this is not a duplicate issue by searching issues
I have provided detailed steps to reproduce the issue
The text was updated successfully, but these errors were encountered:
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
master
branchThe text was updated successfully, but these errors were encountered: