PriceChannels
StockSharp.Algo.Indicators
価格チャネルの表示器。
継承元: BaseComplexIndicator<IPriceChannelsValue>
コンストラクター
PriceChannels
public PriceChannels()
priceChannels = PriceChannels()
PriceChannels の新規インスタンスを初期化します。
プロパティ
Length
public int Length { get; set; }
value = priceChannels.Length
priceChannels.Length = value
期間の長さ。
メソッド
CreateValue
protected override IPriceChannelsValue CreateValue(DateTime time)
result = priceChannels.CreateValue(time)
作成する
- time
- タイムタイム
Load
public override void Load(SettingsStorage storage)
priceChannels.Load(storage)
設定をロードします。
- storage
- 設定ストレージ。
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = priceChannels.OnProcess(input)
入力値を処理するため。
- input
- 入力値。
戻り値: 結果の値は。
Save
public override void Save(SettingsStorage storage)
priceChannels.Save(storage)
設定を保存します。
- storage
- 設定ストレージ。
ToString
public override string ToString()
result = priceChannels.ToString()
ライン表現に換算します。
戻り値: 弦のパフォーマンス。