Lean  $LEAN_TAG$
QuantConnect.Messages.AlphaRuntimeStatistics Class Reference

Provides user-facing messages for the AlphaRuntimeStatistics class and its consumers or related classes More...

Static Public Attributes

static string ReturnOverMaximumDrawdownKey = "Return Over Maximum Drawdown"
 Returns a string message saying: Return Over Maximum Drawdown More...
 
static string PortfolioTurnoverKey = "Portfolio Turnover"
 Returns a string message saying: Portfolio Turnover More...
 
static string TotalInsightsGeneratedKey = "Total Insights Generated"
 Returns a string message saying: Total Insights Generated More...
 
static string TotalInsightsClosedKey = "Total Insights Closed"
 Returns a string message saying: Total Insights Closed More...
 
static string TotalInsightsAnalysisCompletedKey = "Total Insights Analysis Completed"
 Returns a string message saying: Total Insights Analysis Completed More...
 
static string LongInsightCountKey = "Long Insight Count"
 Returns a string message saying: Long Insight Count More...
 
static string ShortInsightCountKey = "Short Insight Count"
 Returns a string message saying: Short Insight Count More...
 
static string LongShortRatioKey = "Long/Short Ratio"
 Returns a string message saying: Long/Short Ratio More...
 

Detailed Description

Provides user-facing messages for the AlphaRuntimeStatistics class and its consumers or related classes

Definition at line 36 of file Messages.QuantConnect.cs.

Member Data Documentation

◆ ReturnOverMaximumDrawdownKey

string QuantConnect.Messages.AlphaRuntimeStatistics.ReturnOverMaximumDrawdownKey = "Return Over Maximum Drawdown"
static

Returns a string message saying: Return Over Maximum Drawdown

Definition at line 41 of file Messages.QuantConnect.cs.

◆ PortfolioTurnoverKey

string QuantConnect.Messages.AlphaRuntimeStatistics.PortfolioTurnoverKey = "Portfolio Turnover"
static

Returns a string message saying: Portfolio Turnover

Definition at line 46 of file Messages.QuantConnect.cs.

◆ TotalInsightsGeneratedKey

string QuantConnect.Messages.AlphaRuntimeStatistics.TotalInsightsGeneratedKey = "Total Insights Generated"
static

Returns a string message saying: Total Insights Generated

Definition at line 51 of file Messages.QuantConnect.cs.

◆ TotalInsightsClosedKey

string QuantConnect.Messages.AlphaRuntimeStatistics.TotalInsightsClosedKey = "Total Insights Closed"
static

Returns a string message saying: Total Insights Closed

Definition at line 56 of file Messages.QuantConnect.cs.

◆ TotalInsightsAnalysisCompletedKey

string QuantConnect.Messages.AlphaRuntimeStatistics.TotalInsightsAnalysisCompletedKey = "Total Insights Analysis Completed"
static

Returns a string message saying: Total Insights Analysis Completed

Definition at line 61 of file Messages.QuantConnect.cs.

◆ LongInsightCountKey

string QuantConnect.Messages.AlphaRuntimeStatistics.LongInsightCountKey = "Long Insight Count"
static

Returns a string message saying: Long Insight Count

Definition at line 66 of file Messages.QuantConnect.cs.

◆ ShortInsightCountKey

string QuantConnect.Messages.AlphaRuntimeStatistics.ShortInsightCountKey = "Short Insight Count"
static

Returns a string message saying: Short Insight Count

Definition at line 71 of file Messages.QuantConnect.cs.

◆ LongShortRatioKey

string QuantConnect.Messages.AlphaRuntimeStatistics.LongShortRatioKey = "Long/Short Ratio"
static

Returns a string message saying: Long/Short Ratio

Definition at line 76 of file Messages.QuantConnect.cs.


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