CandleSeries
StockSharp.Algo.Candles
キャンドルシリーズ。
継承元: NotifiableObject
実装: IPersistable
コンストラクター
CandleSeries
public CandleSeries(Type candleType, Security security, object arg)
candleSeries = CandleSeries(candleType, security, arg)
CandleSeries の新規インスタンスを初期化します。
- candleType
- キャンドルタイプ。
- security
- キャンドルの形成に使われる機器。
- arg
- キャンドル形成パラメータ。例えば、TimeFrameCandle のこの値が TimeFrame です。
プロパティ
AllowBuildFromSmallerTimeFrame
public bool AllowBuildFromSmallerTimeFrame { get; set; }
value = candleSeries.AllowBuildFromSmallerTimeFrame
candleSeries.AllowBuildFromSmallerTimeFrame = value
小さなタイムフレームからキャンドルをビルドすることができます。
Arg
public object Arg { get; set; }
value = candleSeries.Arg
candleSeries.Arg = value
キャンドル形成パラメータ。例えば、TimeFrameCandle のこの値が TimeFrame です。
BuildCandlesField
public Level1Fields? BuildCandlesField { get; set; }
value = candleSeries.BuildCandlesField
candleSeries.BuildCandlesField = value
Extra info for the BuildCandlesFrom2.
BuildCandlesFrom2
public DataType BuildCandlesFrom2 { get; set; }
value = candleSeries.BuildCandlesFrom2
candleSeries.BuildCandlesFrom2 = value
どの市場データ型がソース値として使用されるか。
BuildCandlesMode
public MarketDataBuildModes BuildCandlesMode { get; set; }
value = candleSeries.BuildCandlesMode
candleSeries.BuildCandlesMode = value
モードをビルドします。
CandleType
public Type CandleType { get; set; }
value = candleSeries.CandleType
candleSeries.CandleType = value
キャンドルタイプ。
Count
public long? Count { get; set; }
value = candleSeries.Count
candleSeries.Count = value
市場データ数。
From
public DateTime? From { get; set; }
value = candleSeries.From
candleSeries.From = value
データを取得するために必要な初期日付。
IsCalcVolumeProfile
public bool IsCalcVolumeProfile { get; set; }
value = candleSeries.IsCalcVolumeProfile
candleSeries.IsCalcVolumeProfile = value
計算PriceLevels@を行なう。デフォルトでは無効です。
IsFinishedOnly
public bool IsFinishedOnly { get; set; }
value = candleSeries.IsFinishedOnly
candleSeries.IsFinishedOnly = value
キャンドルだけを完成させるリクエスト。
IsRegularTradingHours
public bool? IsRegularTradingHours { get; set; }
value = candleSeries.IsRegularTradingHours
candleSeries.IsRegularTradingHours = value
データのリクエストは、通常の取引時間のみで行います。
Security
public Security Security { get; set; }
value = candleSeries.Security
candleSeries.Security = value
キャンドルの形成に使われる機器。
To
public DateTime? To { get; set; }
value = candleSeries.To
candleSeries.To = value
データの入手に必要な最終日付。
WorkingTime
public WorkingTime WorkingTime { get; set; }
value = candleSeries.WorkingTime
candleSeries.WorkingTime = value
時差分、その中のキャンドルはシリーズを翻訳しなければならない。
メソッド
Load
public void Load(SettingsStorage storage)
candleSeries.Load(storage)
設定をロードします。
- storage
- 設定ストレージ。
Save
public void Save(SettingsStorage storage)
candleSeries.Save(storage)
設定を保存します。
- storage
- 設定ストレージ。
ToString
public override string ToString()
result = candleSeries.ToString()
ライン表現に換算します。
戻り値: 弦のパフォーマンス。