Correct Commission Model for IB

37 views
Skip to first unread message

dylan.p...@gmail.com

unread,
Nov 22, 2016, 8:52:13 AM11/22/16
to Zipline Python Opensource Backtester

Does anyone know the correct Commission model settings for Interactive Brokers?  In the fixed pricing at IB it's USD 0.005 per share with a minimum of $1.00 per order and a max of 0.5% per order.  The question being, is that well approximated by simply having 

context.set_commission(commission.PerShare(cost=0.005))

or is there something more I should do?

Best,
Dylan

Derek Tishler

unread,
Nov 23, 2016, 8:51:37 AM11/23/16
to Zipline Python Opensource Backtester
The line of code there could work for larger position sizes, but to capture IB behavior it might be safer to include the $1 minimum via something like:

dylan.p...@gmail.com

unread,
Nov 23, 2016, 1:29:49 PM11/23/16
to Zipline Python Opensource Backtester

Thanks!
Reply all
Reply to author
Forward
0 new messages