Interface ICandlePattern
- Namespace
- StockSharp.Algo.Candles.Patterns
- Assembly
- StockSharp.Algo.dll
The interfaces describes candle pattern.
public interface ICandlePattern : IPersistable
- Extension Methods
Properties
CandlesCount
Candles in pattern.
int CandlesCount { get; }
Property Value
Name
Name.
string Name { get; }
Property Value
Methods
Recognize(ReadOnlySpan<ICandleMessage>)
Try recognize pattern.
bool Recognize(ReadOnlySpan<ICandleMessage> candles)
Parameters
candles
ReadOnlySpan<ICandleMessage>ICandleMessage. Number of candles must be equal to CandlesCount.
Returns
- bool
Check result.