CandlePatternFileStorage

StockSharp.Algo.Candles.Patterns

CSV ICandlePattern storage.

Implementa: ICandlePatternProvider

Construtores

CandlePatternFileStorage(IFileSystem, string, ChannelExecutor)

CSV ICandlePattern storage.

fileSystem
IFileSystem
fileName
File name.
executor
Sequential operation executor for disk access synchronization.

Métodos

Save(ICandlePattern)

Save pattern to the storage.

pattern
Pattern.

Eventos

PatternCreated : Action<ICandlePattern>

ICandlePattern created event.

PatternDeleted : Action<ICandlePattern>

ICandlePattern deleted event.

PatternReplaced : Action<ICandlePattern, ICandlePattern>

ICandlePattern replaced event.