Optional capability: receive periodic timer ticks. Most indicators do not need this; only opt in if the indicator must do work on a wall clock rather than in response to incoming data — for example, to expire stale state at session boundaries when no trade tick has arrived to wake the indicator up. More...
Public Member Functions | |
| ValueTask | ProcessTimerAsync (HeatmapIndicatorTimerTick tick, CancellationToken cancellationToken) |
Optional capability: receive periodic timer ticks. Most indicators do not need this; only opt in if the indicator must do work on a wall clock rather than in response to incoming data — for example, to expire stale state at session boundaries when no trade tick has arrived to wake the indicator up.
| ValueTask ATAS.Indicators.Heatmap.IHeatmapTimerConsumer.ProcessTimerAsync | ( | HeatmapIndicatorTimerTick | tick, |
| CancellationToken | cancellationToken | ||
| ) |