Click or drag to resize
IQueryRunner Methods

The IQueryRunner type exposes the following members.

Methods
  NameDescription
Public methodCode exampleColumnChart
Creates a column chart.
Public methodCommissionsFactory
This function creates a Commissions object.
Public methodGetAccountEquity(IEnumerableInt64)
This is a helper function. It helps to get an equity data for the list of trading systems.
Public methodGetAccountEquity(Int64)
This is a helper function. It helps to get an equity data of the trading system.
Public methodGetC2SYSTEM
Returns Collective2 trading system object.
Public methodGetCorrelationTable(IEnumerableInt64, String, TimeInterval, String, EquityType)
Returns a correlation table for the given list of trading systems.
Public methodGetCorrelationTable(Int64, String, TimeInterval, String, EquityType)
Returns a correlation table for the trading systems. Useful for its correlation with SP500.
Public methodCode exampleGetEquities
Returns equities data as a list of IChartTimeSeries objects.
Public methodGetEquitiesSheet(IEnumerableInt64, TimeInterval, EquityType, String)
Returns a TimeSheet data in the format for the TABLE variable.
Public methodGetEquitiesSheet(Int64, TimeInterval, EquityType, String)
Returns a TimeSheet data in the format for the TABLE variable.
Public methodCode exampleHR
HR HTML element.
Public methodSQL
Reserved for future use.
Public methodTimeSheetFactory(IEnumerableInt64, TimeInterval, EquityType, String)
This function creates a TimesSheet object.
Public methodTimeSheetFactory(Int64, TimeInterval, EquityType, String)
This function creates a TimesSheet object.
Top
See Also