| IQueryRunnerGetCorrelationTable Method (Int64, String, TimeInterval, String, EquityType) |
Returns a correlation table for the trading systems. Useful for its correlation with SP500.
Namespace:
C2ExplorerServiceStack.Logic.Interfaces
Assembly:
C2ExplorerServiceStack.Logic (in C2ExplorerServiceStack.Logic.dll) Version: 1.0
Syntax IEnumerable<CorrelationResult> GetCorrelationTable(
long systemId,
string symbol = "SP500",
TimeInterval timeInterval = TimeInterval.Day,
string commissionPLan = "default",
EquityType equityType = EquityType.Rets
)
Parameters
- systemId
- Type: SystemInt64
A system id. - symbol (Optional)
- Type: SystemString
A symbol for correlation. Defaults to SP500. - timeInterval (Optional)
- Type: C2ExplorerServiceStack.Logic.InterfacesTimeInterval
Aggregation time interval. - commissionPLan (Optional)
- Type: SystemString
Commission plan ID. - equityType (Optional)
- Type: C2ExplorerServiceStack.Logic.InterfacesEquityType
Type of the equity. Should be EquityType.Rets, but we allow other data types for your experiments.
Return Value
Type:
IEnumerableCorrelationResult[Missing <returns> documentation for "M:C2ExplorerServiceStack.Logic.Interfaces.IQueryRunner.GetCorrelationTable(System.Int64,System.String,C2ExplorerServiceStack.Logic.Interfaces.TimeInterval,System.String,C2ExplorerServiceStack.Logic.Interfaces.EquityType)"]
See Also