Optional capability: receive a notification when the host's working data range expanded backward (e.g. user panned into history that triggered a load). Implement only if the indicator needs to rebuild or refill calculation state across newly-loaded historical samples. Typical reaction: take a lease, Clear(), refill from new historical range, dispose lease — the front stays visible across the rebuild.
More...
Public Member Functions | |
| ValueTask | OnHistoricalDataLoadedAsync (HeatmapWorkingRangeUpdate update, CancellationToken cancellationToken) |
Optional capability: receive a notification when the host's working data range expanded backward (e.g. user panned into history that triggered a load). Implement only if the indicator needs to rebuild or refill calculation state across newly-loaded historical samples. Typical reaction: take a lease, Clear(), refill from new historical range, dispose lease — the front stays visible across the rebuild.
| ValueTask ATAS.Indicators.Heatmap.IHeatmapHistoricalDataLoadedConsumer.OnHistoricalDataLoadedAsync | ( | HeatmapWorkingRangeUpdate | update, |
| CancellationToken | cancellationToken | ||
| ) |