IncludeCommission
<< Click to Display Table of Contents >> IncludeCommission |
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.
A bool value which returns true if the strategy includes commission on a historical backtest; otherwise, false. Default value is set to false.
Warning: This property should ONLY bet set from the OnStateChange() method during State.SetDefaults or State.Configure |
IncludeCommission
protected override void OnStateChange() |