Delegate IndicatorFactoryHandler
- Namespace
- FinanceSharp.Delegates
- Assembly
- FinanceSharp.dll
Used to initialize a new indicator based on given index.
public delegate IUpdatable IndicatorFactoryHandler(int index)
Parameters
indexintThe index in the factory iteration.
Returns
- IUpdatable
- Used to initialize a new indicator based on given index.
- Extension Methods