Gets the final statistics

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public BarStatistic GetFinalStatistics(
	SystemStatistics statistics
)
Visual Basic (Declaration)
Public Function GetFinalStatistics ( _
	statistics As SystemStatistics _
) As BarStatistic
Visual C++
public:
BarStatistic^ GetFinalStatistics(
	SystemStatistics^ statistics
)

Parameters

statistics
Type: RightEdge.Common..::.SystemStatistics
SystemStatistics instance.

Return Value

Final BarStatistic

Remarks

GetFinalStatistics emulates a final bar. For example, if a simulation ends and there are open positions, GetFinalStatistics will simulate a close of those positions so that final results can be calculated.

See Also