Namespace FinanceSharp.Delegates
Delegates
- ArraySelectorFunctionHandler
A selection function
- BinaryFunctionHandler
A mathematical function that receives a two values and returns one.
- BindingIndicatorFactoryHandler
Used to initialize a new indicator based on given
indexand must bind it toinput.
- DoubleArrayComparingHandler
Compares
currentagainstinputreturning the new Current and CurrentTime values.
- DoubleArrayUpdateHandler
Handler for a function that updates the state of this updatable with the given value and returns true if this updatable is ready, false otherwise
- IndicatorFactoryHandler
Used to initialize a new indicator based on given
index.
- UnaryArrayFunctionHandler
A mathematical function that receives a single value and returns one.
- UnaryFunctionHandler
A mathematical function that receives a single value and returns one.