Lean  $LEAN_TAG$
QuantConnect.Report.ResultsUtil Class Reference

Utility methods for dealing with the Result objects More...

Static Public Member Functions

static SortedList< DateTime, double > EquityPoints (Result result, string seriesName=null)
 Get the points, from the Series name given, in Strategy Equity chart More...
 
static SortedList< DateTime, double > BenchmarkPoints (Result result)
 Gets the points of the benchmark More...
 

Detailed Description

Utility methods for dealing with the Result objects

Definition at line 25 of file ResultsUtil.cs.

Member Function Documentation

◆ EquityPoints()

static SortedList<DateTime, double> QuantConnect.Report.ResultsUtil.EquityPoints ( Result  result,
string  seriesName = null 
)
static

Get the points, from the Series name given, in Strategy Equity chart

Parameters
resultResult object to extract the chart points
seriesNameSeries name from which the points will be extracted. By default is Equity series
Returns

Definition at line 33 of file ResultsUtil.cs.

Here is the caller graph for this function:

◆ BenchmarkPoints()

static SortedList<DateTime, double> QuantConnect.Report.ResultsUtil.BenchmarkPoints ( Result  result)
static

Gets the points of the benchmark

Parameters
resultBacktesting or live results
Returns
Sorted list keyed by date and value

Definition at line 72 of file ResultsUtil.cs.

Here is the call graph for this function:

The documentation for this class was generated from the following file: