IQueryRunner Interface |
Namespace: C2ExplorerServiceStack.Logic.Interfaces
public interface IQueryRunner
The IQueryRunner type exposes the following members.
Name | Description | |
---|---|---|
C2EQUITY |
Collective2 raw equity data view.
| |
C2CHART |
This property accepts and renders Collective2 trading system equity chart.
| |
C2SIGNALS |
Collective2 signals data view.
| |
C2STATS |
Collective2 statistics data view.
| |
C2SYSTEM |
Predefined variable for the object representing Collective2 trading system.
| |
C2SYSTEMS |
Collective2 trading systems data view.
| |
C2TIMELINE |
Shows Collective2 trades in the Timeline graph.
| |
C2TRADES |
Collective2 trades data view.
| |
FRAME |
IFrame HTML element.
| |
GRAPH |
Reserved word for future use.
| |
GROUP |
This property accepts a data from LINQ commands using "group by". (Server side grouping.)
Under construction currently.
| |
H1 |
H1 HTML element text.
| |
H2 |
H2 HTML element text.
| |
H3 |
H3 HTML element text.
| |
H4 |
H4 HTML element text.
| |
H5 |
H5 HTML element text.
| |
H6 |
H6 HTML element text.
| |
HTML |
General HTML element.
| |
CHART |
This property accepts most of charts.
| |
PICTURE |
Reserved word for future use.
| |
TABLE |
This property accepts data and renders them as a table (grid).
| |
TEXT |
A text rendered as an HTML P element.
| |
TREE |
Reserved word for future use.
| |
TSCHART |
Reserved word for time series charts.
|
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.
|