CQG API 4.0 - Revised
CQGTradingSystemStatistics Interface Members
See Also  Overview  Send Feedback

Glossary Item Box

Public Properties

Public Property AverageDuration

Returns the average duration.

Public Property AverageLoss

Returns the average loss.

Public Property AverageProfit

Returns the average profit.

Public Property AverageWin

Returns the average win.

Public Property ClosedNetProfit

Returns the closed net profit.

Public Property CurConsecLosses

Returns the current consecutive losses.

Public Property CurConsecWins

Returns the current consecutive wins.

Public Property CurDrawDown

Returns the current draw down.

Public Property LinearRegression

Returns the linear regression.

Public Property MaxClosedDraw

Returns the maximum closed draw.

Public Property MaxConsecLosses

Returns the maximum consecutive losses.

Public Property MaxConsecWins

Returns the maximum consecutive wins.

Public Property MaxDrawAmount

Returns the maximum draw amount.

Public Property MaxDrawDuration

Returns the maximum draw duration.

Public Property MaximumLoss

Returns the maximum loss.

Public Property MaximumWin

Returns the maximum win.

Public Property OpenPosition

Returns the open position.

Public Property PercentLong

Returns the percent long.

Public Property PercentWinners

Returns the percent of winners.

Public Property ProfitLossRatio

Returns the profit/loss ratio.

Public Property ProfitToMaxDraw

Returns the profit to maximum draw.

Public Property RemoveToNeutral

Returns the remove to neutral.

Public Property ReturnRetracement

Returns the return retracement.

Public Property TimePercentage

Returns the time percentage.

Public Property Timestamp

Returns the timestamp, in the user-configured time zone (CQGAPIConfig.TimeZoneCode).

Public Property TimestampOffset

Returns the timestamp offset, which is used to identify various CQGTradingSystemStatistics objects that have the same timestamp.

Public Property TotalNetProfit

Returns the total net profit.

Public Property TotalTradeCount

Returns the total trade count.

Public Property Value

Returns the value of a specified statistic.

This is the default property.

See Also