CandleSettings
StockSharp.Xaml.Charting.CandleSettingsWindow
Inherits: NotifiableObject
Properties
AllowBuildFromSmallerTimeFrame
public bool AllowBuildFromSmallerTimeFrame { get; set; }
value = candleSettings.AllowBuildFromSmallerTimeFrame
candleSettings.AllowBuildFromSmallerTimeFrame = value
Allow build candles from smaller timeframe.
BuildField
public Level1Fields? BuildField { get; set; }
value = candleSettings.BuildField
candleSettings.BuildField = value
Extra info for the BuildFrom.
BuildFrom
public DataType BuildFrom { get; set; }
value = candleSettings.BuildFrom
candleSettings.BuildFrom = value
Which market-data type is used as a source value.
BuildMode
public MarketDataBuildModes BuildMode { get; set; }
value = candleSettings.BuildMode
candleSettings.BuildMode = value
Build mode.
Count
public long? Count { get; set; }
value = candleSettings.Count
candleSettings.Count = value
Market-data count.
From
public DateTime? From { get; set; }
value = candleSettings.From
candleSettings.From = value
The initial date from which you need to get data.
IsCalcVolumeProfile
public bool IsCalcVolumeProfile { get; set; }
value = candleSettings.IsCalcVolumeProfile
candleSettings.IsCalcVolumeProfile = value
To perform the calculation PriceLevels. By default, it is disabled.
IsFinishedOnly
public bool IsFinishedOnly { get; set; }
value = candleSettings.IsFinishedOnly
candleSettings.IsFinishedOnly = value
Request Finished only candles.
IsRegularTradingHours
public bool? IsRegularTradingHours { get; set; }
value = candleSettings.IsRegularTradingHours
candleSettings.IsRegularTradingHours = value
Use only the regular trading hours for which data will be requested.
Security
public Security Security { get; set; }
value = candleSettings.Security
candleSettings.Security = value
The instrument to be used for candles formation.
To
public DateTime? To { get; set; }
value = candleSettings.To
candleSettings.To = value
The final date by which you need to get data.