Example of Momentum in React Chart Component

/
/
Momentum

This sample illustrates a chart with candle series and a momentum indicator. The trackball shows information about each day’s stock, signal line, and upper line values.

More Details...

Loading....
Description

In this example, you can see how to render and configure a momentum indicator. This indicator shows the speed at which the price of the stock is changing. It also identifies when the price is moving upwards or downwards.

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 Momentum Indicator, we need to inject MomentumIndicator module into services.

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