Blazor SMA Chart Example.
This sample illustrates a chart combining candle series with a simple moving average (SMA) indicator. The trackball displays detailed information about daily stock prices and signal line values.
In this example, you can see how to render and configure a simple moving average indicator. The SMA:
- Calculates the average of a selected range of prices
- Divides the total by the number of periods in that range
- Smooths price data to identify trends more clearly
Tooltip is enabled in this example. To see tooltip details, hover over or tap on a data point on touch-enabled devices.
More information about the simple moving average indicator can be found in this documentation section.