IncludeCommission
Previous Topic  Next Topic 

Definition

Indicates if the strategy performance results will include commission on a historical backtest.


Property Value

This property returns true if the strategy includes commission on a historical backtest; otherwise, false.


Syntax

IncludeCommission


Examples

protected override void Initialize()
{
    IncludeCommission = true;
}