Table of Contents

Delegate BindingIndicatorFactoryHandler

Namespace
FinanceSharp.Delegates
Assembly
FinanceSharp.dll

Used to initialize a new indicator based on given index and must bind it to input.

public delegate IUpdatable BindingIndicatorFactoryHandler(IUpdatable input, int index)

Parameters

input IUpdatable
Used to initialize a new indicator based on given index and must bind it to input.
index int

The index in the factory iteration.

Returns

IUpdatable
Used to initialize a new indicator based on given index and must bind it to input.
Extension Methods