QUOTE:
Perhaps a combination of the Fixed rate Fidelity type commission and the Percent of Trade Value currently available in Community.Commissions could be done.
That's what I was thinking of writing. The existing IB Bundled Commissions in Community Commissions doesn't allow that because the fixed dollar is a minimum commission and the percent of trade value is a maximum commission, so they can't be added together.
QUOTE:
but don't worry. If you enter 0.000625, that number will be used
A great suggestion, but it doesn't work. In Tools>Preferences>Commissions, I have Apply Commissions to simulated trades checked and have Per Trade selected, with a commission setting of 8.0. In Tools>Preferences>Slippage and Round Lots, I have Activate Slippage for Market, AtClose and Stop Orders checked and entered 0.000625 in For Equities.
For testing, I used the following highly reproduceable code
CODE:
Please log in to see this code.
On 11/21/17, A closed at $69.91 and on 11/22/17, A closed at $68.69. When I run this Strategy, the profit is ($17,453.46), which is equal to (14,293 shares times $68.69 per share minus the $8.00 commission) minus (14,293 shares times $69.91 per share minus the $8.00 commission) WITH NO REDUCTION FOR SLIPPAGE. That is the same result I get if I uncheck Activate Slippage for Market, AtClose and Stop Orders.
I tried changing the AtClose orders to AtMarket, but the slippage is still not being factored in. If I change the slippage to 1%, it is taken into account.