Example of TMA in ASP.NET MVC Chart Control
This sample illustrates a chart with candle series and a triangular moving average indicator. The trackball shows information about the stock and signal values for each day.
DEMO
SOURCE
In this example, you can see how to render and configure a triangle moving average indicator. The triangle moving average indicator is used to define the direction of the trend.
Tooltip
is enabled in this example. To see the tooltip in action, hover a point or tap on a point in touch enabled devices.
More information about the triangle moving average indicator can be found in this documentation sectionopens in a new tab.