Example of Accumulation Distribution in React Chart Component

/
/
AccumulationDistribution

This sample illustrates a chart with candle series and an accumulation distribution indicator. The trackball shows information about the stock rates and signal values each day.

More Details...

Loading....
Description

In this example, you can see how to render and configure an accumulation distribution indicator. This uses volume and price to identify whether stock is accumulated or distributed. It also identifies divergences between the stock price and volume flow.

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 Accumulation Distribution Indicator, we need to inject AccumulationDistributionIndicator module into services.

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