IndicatorType
StockSharp.Algo.Indicators
指标类型描述.
继承自: Equatable<IndicatorType>
实现: IDisposable
构造函数
IndicatorType
protected IndicatorType()
indicatorType = IndicatorType()
初始化了 & ##IndicatorType+#的新实例.
IndicatorType
public IndicatorType(Type indicator)
indicatorType = IndicatorType(indicator)
初始化了 & ##IndicatorType+#的新实例.
- indicator
- 指标类型。
属性
Description
public string Description { get; private set; }
value = indicatorType.Description
indicatorType.Description = value
指标说明.
DocUrl
public string DocUrl { get; private set; }
value = indicatorType.DocUrl
indicatorType.DocUrl = value
文档url.
Id
public virtual string Id { get; }
value = indicatorType.Id
辨相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相相
Indicator
public Type Indicator { get; protected set; }
value = indicatorType.Indicator
indicatorType.Indicator = value
指标类型。
InputValue
public Type InputValue { get; private set; }
value = indicatorType.InputValue
indicatorType.InputValue = value
输入值类型 。
IsComplex
public bool IsComplex { get; private set; }
value = indicatorType.IsComplex
indicatorType.IsComplex = value
IComplexIndicator.
IsObsolete
public bool IsObsolete { get; private set; }
value = indicatorType.IsObsolete
indicatorType.IsObsolete = value
The IndicatorType is obsolete.
Name
public string Name { get; private set; }
value = indicatorType.Name
indicatorType.Name = value
指标名称。
OutputValue
public Type OutputValue { get; private set; }
value = indicatorType.OutputValue
indicatorType.OutputValue = value
结果值类型 。
方法
Clone
public override IndicatorType Clone()
result = indicatorType.Clone()
Create a copy of IndicatorType.
返回值: 收到了,我们得去查查
GetHashCode
public override int GetHashCode()
result = indicatorType.GetHashCode()
用作特定类型的散列函数。
返回值: 当前对象的散列代码 。
OnEquals
protected override bool OnEquals(IndicatorType other)
result = indicatorType.OnEquals(other)
比较IndicatorType的等同性.
- other
- 与其它值比较.
返回值: ,如果指定的对象与当前对象相等,否则,
事件
IndicatorChanged
public event Action IndicatorChanged
indicatorType.IndicatorChanged += handler
指标更改事件 。