StrategyNameGenerator

StockSharp.Algo.Strategies

The class for the strategy name formation.

Наследует: Disposable

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

StrategyNameGenerator(Strategy)

Initializes a new instance of the StrategyNameGenerator.

strategy
Strategy.

Свойства

AutoGenerateStrategyName : bool

Whether to use the automatic generation of the strategy name. It is enabled by default.

Pattern : string

The pattern for strategy name formation.

ShortName : string

The strategy brief name.

Value : string

Generated or set strategy name.

Методы

DisposeManaged()

Release resources.

События

Changed : Action<string>

The name change event.