StatisticParameterRegistry
StockSharp.Algo.Statistics
IStatisticParameter registry.
Properties
All
public static IStatisticParameter[] All { get; }
value = StatisticParameterRegistry.All
Return all available parameters.
Methods
CreateAll
public static IStatisticParameter[] CreateAll()
result = StatisticParameterRegistry.CreateAll()
Create all available IStatisticParameter.
Returns: All available IStatisticParameter.
ToParameter
public static IStatisticParameter ToParameter(StatisticParameterTypes type)
result = StatisticParameterRegistry.ToParameter(type)
Get IStatisticParameter by the specified type.
- type
- StatisticParameterTypes
Returns: IStatisticParameter