Wealth-Lab Framework
Search Framework:
PositionList
Namespace: WealthLab.Backtest
Parent: List<Position>
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.
AvgProfitPct
public double AvgProfitPct
Returns the average percentage profit of the Position instances.
TotalSize
public double TotalSize
Returns the total CostBasis plus Profit for the Position instances.