Table of Contents

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 index and must bind it to input.

DoubleArrayComparingHandler

Compares current against input returning 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

ForFunctionHandler
ForIndexedFunctionHandler
IndicatorFactoryHandler

Used to initialize a new indicator based on given index.

ManipulateStructHandler<TStruct>
ReferenceForFunctionHandler
SelectorFunctionHandler
UnaryArrayFunctionHandler

A mathematical function that receives a single value and returns one.

UnaryFunctionHandler

A mathematical function that receives a single value and returns one.