Example of undefined in React Chart Component

/
/
TMA

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.

More Details...

Loading....
Description

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.



Injecting Module

Chart component features are segregated into individual feature-wise modules. To use TMA Indicator, we need to inject TmaIndicator module into services.

More information on the TMA Indicator can be found in this documentation section.