Nikunj14357
Posts: 37
Joined: Tue May 31, 2022 11:22 am

How to add highchart heikin ashi module in angular ?

Can anyone please provide link to codepen or something for high-chart heikin ashi out of the box support in angular. I don't want to do calculations manually.
User avatar
dawid.d
Posts: 807
Joined: Thu Oct 06, 2022 11:31 am

Re: How to add highchart heikin ashi module in angular ?

Hello,

Thanks for contacting us with your question!

You don't need to do calculations manually, because we have an Heikin Ashi chart module.
Just import it (See: https://github.com/highcharts/highchart ... d-a-module) and set the series type to heikinashi.

Demo: https://stackblitz.com/edit/highcharts- ... mponent.ts

Let me know if you have any further questions!
Best regards
Dawid Draguła
Highcharts Developer
Nikunj14357
Posts: 37
Joined: Tue May 31, 2022 11:22 am

Re: How to add highchart heikin ashi module in angular ?

It is giving error while importing 'Cannot find module 'highcharts/modules/heikinashi' or its corresponding type declarations.ts(2307)'
I tried to find it in node_modules it is not there.
Nikunj14357
Posts: 37
Joined: Tue May 31, 2022 11:22 am

Re: How to add highchart heikin ashi module in angular ?

thx I solved the issue. Turns out my high-chart was on VERSION 8. UPDATING IT WORKED
User avatar
dawid.d
Posts: 807
Joined: Thu Oct 06, 2022 11:31 am

Re: How to add highchart heikin ashi module in angular ?

That's great to hear! In case of any further questions, feel free to contact us again.
Regards!
Dawid Draguła
Highcharts Developer

Return to “Highcharts Stock”