Lean
$LEAN_TAG$
|
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... | |
Utility methods for dealing with the Result objects
Definition at line 25 of file ResultsUtil.cs.
|
static |
Get the points, from the Series name given, in Strategy Equity chart
result | Result object to extract the chart points |
seriesName | Series name from which the points will be extracted. By default is Equity series |
Definition at line 33 of file ResultsUtil.cs.
|
static |
Gets the points of the benchmark
result | Backtesting or live results |
Definition at line 72 of file ResultsUtil.cs.