PivotPoints
StockSharp.Algo.Indicators
ピボットポイントインジケータ。
継承元: BaseComplexIndicator<IPivotPointsValue>
コンストラクター
プロパティ
メソッド
CreateValue
protected override IPivotPointsValue CreateValue(DateTime time)
result = pivotPoints.CreateValue(time)
作成する
- time
- タイムタイム
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = pivotPoints.OnProcess(input)
入力値を処理するため。
- input
- 入力値。
戻り値: 結果の値は。