Hi there, Now the part with the commission.. in the "AB Backtester Basics", i see 2 example:
1)
Spread = 4;
SetOption("CommissionMode",3);
SetOption("CommissionAmount",Spread / 2);
2)
Spread = 4;
SetOption("CommissionMode",3);
SetOption("CommissionAmount", 0.5 * Spread * TickSize * PointValue);
So.. ? :)
Bes regards,
GV
