Definition
Performance values of a collection of Trade objects.
|
Methods and Properties |
|
|
AvgEtd |
A double value representing avg end trade draw down |
|
AvgMae |
A double value representing avg maximum adverse excursion |
|
AvgMfe |
A double value representing avg maximum favorable excursion |
|
AvgProfit |
A double value representing avg profit |
|
CumProfit |
A double value representing cumulated profit (percent is compounded) |
|
DrawDown |
A double value representing draw down |
|
LargestLoser |
A double value representing largest loss |
|
LargestWinner |
A double value representing largest gain |
|
ProfitPerMonth |
A double value representing profit per month always as a percent |
Examples
|
protected override void OnBarUpdate()
|