ExpressionCandlePattern

StockSharp.Algo.Candles.Patterns

Formula based implementation of ICandlePattern.

Implements: ICandlePattern, IPersistable

Constructors

ExpressionCandlePattern()

Create instance.

ExpressionCandlePattern(string, IEnumerable<CandleExpressionCondition>)

Initializes a new instance of the ExpressionCandlePattern.

name
Name
conditions
Conditions

Properties

CandlesCount : int

Candles in pattern.

Conditions : CandleExpressionCondition[]

Pattern formulas.

Name : string

Name.

Methods

ToString() : string

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

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