Delegate UpdatedHandler
- Namespace
- FinanceSharp
- Assembly
- FinanceSharp.dll
Event handler type for the IndicatorBase.Updated event
public delegate void UpdatedHandler(long time, DoubleArray updated)
Parameters
timelongThe time representing
updated.updatedDoubleArrayThe new piece of data produced by the indicator
- Extension Methods