For retrieveSystemEquity
what should be selected in the json inputs to get IB comissions in the equity?
json inputs for default commissions:
{
"commission_plan" : "default",
"systemid" : 46106678,
"apikey" : "xxx"
}
The opinions expressed in these forums do not represent those of C2, and any discussion of profit/loss is not indicative of future performance or success. There is a substantial risk of loss in trading. You should therefore carefully consider whether such trading is suitable for you in light of your financial condition. You should read, understand, and consider the Risk Disclosure Statement that is provided by your broker before you consider trading. Most people who trade lose money.
For retrieveSystemEquity
what should be selected in the json inputs to get IB comissions in the equity?
json inputs for default commissions:
{
"commission_plan" : "default",
"systemid" : 46106678,
"apikey" : "xxx"
}
Try this:
"commission_plan" : "ib"
Thank you!
…
@MatthewKlein
What value should be used to get equity with IB commissions but with auto-trade fee excluded?
For Interactive Brokers commissions costs, but not AT fee, try this:
ib_noAT
Thank you!
…