Search Framework:
PositionList
Namespace: WealthLab.Backtest
Parent: List<Position>

A List containing Position instances, with additional utility members.

Members
AvgBarsHeld
public double AvgBarsHeld

Returns the average number of bars held for the Position instances.


AvgProfit
public double AvgProfit

Returns the average profit of the Position instances.


AvgProfitPct
public double AvgProfitPct

Returns the average percentage profit of the Position instances.


Profit
public double Profit

Returns the total Profit of the Position instances.


ProfitPct
public double ProfitPct

Returns the percentage profit of the Position instances.


TotalSize
public double TotalSize

Returns the total CostBasis plus Profit for the Position instances.