| IQueryRunner Methods |
The IQueryRunner type exposes the following members.
| Name | Description | |
|---|---|---|
| ColumnChart |
Creates a column chart.
| |
| CommissionsFactory |
This function creates a Commissions object.
| |
| GetAccountEquity(IEnumerableInt64) |
This is a helper function. It helps to get an equity data for the list of trading systems.
| |
| GetAccountEquity(Int64) |
This is a helper function. It helps to get an equity data of the trading system.
| |
| GetC2SYSTEM |
Returns Collective2 trading system object.
| |
| GetCorrelationTable(IEnumerableInt64, String, TimeInterval, String, EquityType) |
Returns a correlation table for the given list of trading systems.
| |
| GetCorrelationTable(Int64, String, TimeInterval, String, EquityType) |
Returns a correlation table for the trading systems. Useful for its correlation with SP500.
| |
| GetEquities |
Returns equities data as a list of IChartTimeSeries objects.
| |
| GetEquitiesSheet(IEnumerableInt64, TimeInterval, EquityType, String) |
Returns a TimeSheet data in the format for the TABLE variable.
| |
| GetEquitiesSheet(Int64, TimeInterval, EquityType, String) |
Returns a TimeSheet data in the format for the TABLE variable.
| |
| HR |
HR HTML element.
| |
| SQL |
Reserved for future use.
| |
| TimeSheetFactory(IEnumerableInt64, TimeInterval, EquityType, String) |
This function creates a TimesSheet object.
| |
| TimeSheetFactory(Int64, TimeInterval, EquityType, String) |
This function creates a TimesSheet object.
|