CandleSeries
StockSharp.Algo.Candles
Candles series.
Inherits: NotifiableObject
Implements: IPersistable
Constructors
CandleSeries()
Initializes a new instance of the CandleSeries.
CandleSeries(Type, Security, object)
Initializes a new instance of the CandleSeries.
- candleType
- The candle type.
- security
- The instrument to be used for candles formation.
- arg
- The candle formation parameter. For example, for TimeFrameCandle this value is TimeFrame.
Properties
AllowBuildFromSmallerTimeFrame : bool
Allow build candles from smaller timeframe.
Arg : object
The candle formation parameter. For example, for TimeFrameCandle this value is TimeFrame.
BuildCandlesField : Level1Fields?
Extra info for the BuildCandlesFrom2.
BuildCandlesFrom2 : DataType
Which market-data type is used as a source value.
BuildCandlesMode : MarketDataBuildModes
Build mode.
CandleType : Type
The candle type.
IsCalcVolumeProfile : bool
To perform the calculation PriceLevels. By default, it is disabled.
IsFinishedOnly : bool
Request Finished only candles.
IsRegularTradingHours : bool?
Use only the regular trading hours for which data will be requested.
WorkingTime : WorkingTime
The time boundary, within which candles for give series shall be translated.