CandleSeries

StockSharp.Algo.Candles

Candles series.

Наследует: NotifiableObject

Реализует: IPersistable

Конструкторы

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.

Свойства

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.

CandleType : Type

The candle type.

Count : long?

Market-data count.

From : DateTime?

The initial date from which you need to get data.

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.

Security : Security

The instrument to be used for candles formation.

To : DateTime?

The final date by which you need to get data.

WorkingTime : WorkingTime

The time boundary, within which candles for give series shall be translated.

Методы

Load(SettingsStorage)

Load settings.

storage
Settings storage.
Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

Преобразовать к строковому представлению.

Возвращает: Строковое представление.