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
inputIUpdatable- Used to initialize a new indicator based on given index and must bind it to input.
indexintThe 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