Table of Contents

Class CandlePatternFileStorage

Namespace
StockSharp.Algo.Candles.Patterns
Assembly
StockSharp.Algo.dll

CSV ICandlePattern storage.

public class CandlePatternFileStorage : ICandlePatternProvider
Inheritance
CandlePatternFileStorage
Implements
Inherited Members
Extension Methods

Remarks

Initializes a new instance of the CandlePatternFileStorage.

Constructors

CandlePatternFileStorage(string)

CSV ICandlePattern storage.

public CandlePatternFileStorage(string fileName)

Parameters

fileName string

File name.

Remarks

Initializes a new instance of the CandlePatternFileStorage.

Properties

DelayAction

The time delayed action.

public DelayAction DelayAction { get; set; }

Property Value

DelayAction

Methods

Save(ICandlePattern)

Save pattern to the storage.

public void Save(ICandlePattern pattern)

Parameters

pattern ICandlePattern

Pattern.

Events

PatternCreated

ICandlePattern created event.

public event Action<ICandlePattern> PatternCreated

Event Type

Action<ICandlePattern>

PatternDeleted

ICandlePattern deleted event.

public event Action<ICandlePattern> PatternDeleted

Event Type

Action<ICandlePattern>

PatternReplaced

ICandlePattern replaced event.

public event Action<ICandlePattern, ICandlePattern> PatternReplaced

Event Type

Action<ICandlePattern, ICandlePattern>