IchimokuValue
StockSharp.Algo.Indicators
池木道行指标值实施.
继承自: ComplexIndicatorValue<Ichimoku>
实现: IIchimokuValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
构造函数
IchimokuValue
public IchimokuValue(Ichimoku indicator, DateTime time)
ichimokuValue = IchimokuValue(indicator, time)
池木道行指标值实施.
- indicator
- 父母一智指针.
- time
- 与该指标值相接的时间。
属性
ChinkouValue
public IIndicatorValue ChinkouValue { get; }
value = ichimokuValue.ChinkouValue
得到钦口价值.
SenkouAValue
public IIndicatorValue SenkouAValue { get; }
value = ichimokuValue.SenkouAValue
Gets the SenkouA value.
SenkouBValue
public IIndicatorValue SenkouBValue { get; }
value = ichimokuValue.SenkouBValue
Gets the SenkouB value.