I used the same settings as Dr. Golf but I don’t see any effect of this. When I try this:
if (OrderSelect(Ticket, SELECT_BY_TICKET, MODE_TRADES) == TRUE) Print(“commision paid: “, OrderCommission());
after opening/closing a trade, it shows me 0 commission. what could be wrong here?