Blazor TMA Chart Example.
This sample illustrates a chart combining candle series with a triangular moving average (TMA) indicator. The trackball displays detailed information about stock prices and signal values for each day.
In this example, you can see how to render and configure a triangular moving average indicator. The TMA:
- Calculates a smoothed average of prices
- Defines the direction of price trends
- Filters out noise to reveal underlying trends
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 triangular moving average indicator can be found in this documentation section.