IBacktestSettings Members
The IBacktestSettings type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
AllocationMethod |
Gets or sets
Field ValueAllocation. |
|
|
FlatOrderCost |
Gets or sets
Field Valuethe fixed cost per executed order. |
|
|
InitialEquity |
Gets or sets the initial equity.
|
|
|
Leverage |
Gets or sets
Field Valuethe leverage (i.e., value 1 is 100% allocation of initial or current equity). |
|
|
OrderCostBp |
Gets or sets
Field Valuethe variable cost of executing a transaction as basis points of the notional value. The total cost may also include a flat component defined by FlatOrderCost. |

