IComplexIndicatorValue

StockSharp.Algo.Indicators

計算結果に由来するインジケータIComplexIndicatorの複雑な値。

実装: IIndicatorValue, IComparable<IIndicatorValue>, IComparable

プロパティ

InnerValues
public IDictionary<IIndicator, IIndicatorValue> InnerValues { get; }
value = iComplexIndicatorValue.InnerValues

組み込み値。

Item
public IIndicatorValue Item { get; }
value = iComplexIndicatorValue.Item

内側のインジケーターの値を取得します。

indicator
インジケーター

戻り値: 担当: 佐藤 宏

メソッド

Add
public void Add(IIndicator indicator, IIndicatorValue value)
iComplexIndicatorValue.Add(indicator, value)

内インジケーターの値を追加します。

indicator
インジケーター
value
担当: 佐藤 宏
TryGet
public bool TryGet(IIndicator indicator, IIndicatorValue value)
result = iComplexIndicatorValue.TryGet(indicator, value)

内側のインジケーターの値を取得してみてください。

indicator
インジケーター
value
担当: 佐藤 宏

戻り値: 動作結果。