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

Constructors

CandlePatternFileStorage(string, IEnumerable<ICandlePattern>)

Initializes a new instance of the CandlePatternFileStorage.

public CandlePatternFileStorage(string fileName, IEnumerable<ICandlePattern> patterns = null)

Parameters

fileName string

File name.

patterns IEnumerable<ICandlePattern>

Patterns.

Properties

DelayAction

The time delayed action.

public DelayAction DelayAction { get; set; }

Property Value

DelayAction

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>