|
Lean
$LEAN_TAG$
|
Class for creating a two column table for the Algorithm's Parameters in a report More...
Public Member Functions | |
| ParametersReportElement (string name, string key, AlgorithmConfiguration backtestConfiguration, AlgorithmConfiguration liveConfiguration, string template) | |
| Creates a two column table for the Algorithm's Parameters More... | |
| override string | Render () |
| Generates a HTML two column table for the Algorithm's Parameters More... | |
Additional Inherited Members | |
Public Attributes inherited from QuantConnect.Report.ReportElements.ReportElement | |
| string | JsonKey => Key.Replace("KPI-", "").Replace("$", "").Replace("{", "").Replace("}", "") .ToLowerInvariant() |
| Normalizes the key into a JSON-friendly key More... | |
Properties inherited from QuantConnect.Report.ReportElements.ReportElement | |
| virtual string | Name [get, protected set] |
| Name of this report element More... | |
| virtual string | Key [get, protected set] |
| Template key code. More... | |
| virtual object | Result [get, protected set] |
| Result of the render as an object for serialization to JSON More... | |
Class for creating a two column table for the Algorithm's Parameters in a report
Definition at line 25 of file ParametersReportElement.cs.
| QuantConnect.Report.ReportElements.ParametersReportElement.ParametersReportElement | ( | string | name, |
| string | key, | ||
| AlgorithmConfiguration | backtestConfiguration, | ||
| AlgorithmConfiguration | liveConfiguration, | ||
| string | template | ||
| ) |
Creates a two column table for the Algorithm's Parameters
| name | Name of the widget |
| key | Location of injection |
| backtestConfiguration | The configuration of the backtest algorithm |
| liveConfiguration | The configuration of the live algorithm |
| template | HTML template to use |
Definition at line 38 of file ParametersReportElement.cs.
|
virtual |
Generates a HTML two column table for the Algorithm's Parameters
Implements QuantConnect.Report.ReportElements.ReportElement.
Definition at line 63 of file ParametersReportElement.cs.