Highest

StockSharp.Algo.Indicators

期間の最大値。

継承元: DecimalLengthIndicator

コンストラクター

Highest
public Highest()
highest = Highest()

Highest の新しいインスタンスを初期化します。

メソッド

OnProcessDecimal
protected override decimal? OnProcessDecimal(IIndicatorValue input)
result = highest.OnProcessDecimal(input)

入力値を処理するため。

input
入力値。

戻り値: インジケータの新しい値。