BiggerTimeFrameCandleCompressor
StockSharp.Algo.Candles
Compressor of candles from smaller time-frames to bigger.
Implementa: ICandleBuilderSubscription
Constructores
BiggerTimeFrameCandleCompressor(MarketDataMessage, ICandleBuilder, DataType)
Compressor of candles from smaller time-frames to bigger.
- message
- Market-data message (uses as a subscribe/unsubscribe in outgoing case, confirmation event in incoming case).
- builder
- The builder of candles of TimeFrameCandleMessage type.
- buildFrom
- Which market-data type is used as a source value.
Propiedades
CurrentCandle : CandleMessage
The current candle.
Message : MarketDataMessage
Market-data message (uses as a subscribe/unsubscribe in outgoing case, confirmation event in incoming case).
VolumeProfile : VolumeProfileBuilder
Volume profile.
Métodos
Process(CandleMessage) : IEnumerable<CandleMessage>
To process the new data.
- message
- The message contains information about the time-frame candle.
Devuelve: A new candles changes.
Reset()
Reset state.