IncludeCommission
Definition
Determines if the strategy performance results will include commission on a historical backtest. When true, the Commission Template applied to the account on which the strategy is running will be used.
Property Value
A bool value which returns true if the strategy includes commission on a historical backtest; otherwise, false. Default value is set to false.
This property should ONLY be set from the OnStateChange() method during State.SetDefaults or State.Configure.
Syntax
IncludeCommission

