nobody
Posts: 3
Joined: Tue Nov 09, 2021 4:30 pm

[HS] - Q&A about Highchart Editor

Dear Support team,

I have two questions which needs

1.
The Highcharts JS Library
$535.00
Includes:
Export Server
Accessibility Support
Highcharts Editor
Highcharts wrappers, add-ons, frameworks

About the Highcharts Editor, what features does this component support us in development process ?


2.
About the edit windows for Technical Indicator, which file is used to display indicators list ?

I tried to search in source code and also other webpage about these information but could not find out information about them.

Would you please consultant me about these ?

Best regards,
mateusz.b
Posts: 2006
Joined: Tue Jul 13, 2021 11:34 am

Re: [HS] - Q&A about Highchart Editor

Hi nobody,

Welcome to our forum and thanks for contacting us with your question!

Please check this article: https://www.highcharts.com/blog/product ... ts-editor/ It contains most of the important highcharts-editor informations, including description of the most curcial features, examples and link to api docs. It should give you general idea about development process with that product.

When it comes to your second questoin about window with technical indicators, I'm not quite sure what do you mean. Technical indicators are part of Highcharts Stock. The source code you can find here: https://code.highcharts.com/stock/indic ... ors.src.js
Technical Indicators are not build in Highcharts Editor though.

Let me know if you have any further questions!
Regards!
Mateusz Bernacik
Highcharts Developer
nobody
Posts: 3
Joined: Tue Nov 09, 2021 4:30 pm

Re: [HS] - Q&A about Highchart Editor

Dear mateusz.b and Highchart Support team,

Thanks for your consultant so much.

Sorry for replying you lately.

About our second question:
> About the edit windows for Technical Indicator, which file is used to display indicators list ?
We attached the image link for the clarification: https://prnt.sc/1z9kh0c

Because Highcharts Stock does not include ADX Indicator, so we intend to add ADX Indicator (which will be clone from DMI, not show +DI, -DI), then add ADX Indicator into Search Indicators list.
And we do not know which file is used to display Search Indicator list at this time.

Would you please consult us which file we should add ADX info into Search Indicator list?
Besides that, if you have any sample of Highcharts related to add/updated indicator at Search Indicator list, also related to the chart, please consult us too.

Your support is quite important to us.

We are looking forward to receiving your consultant soon.

Best regards,
mateusz.b
Posts: 2006
Joined: Tue Jul 13, 2021 11:34 am

Re: [HS] - Q&A about Highchart Editor

Hello nobody,

Thanks for that screen, now I get what you are looking for. For that popup with indicators you need few files:
- https://code.highcharts.com/stock/highstock.js
- https://code.highcharts.com/stock/indic ... ors-all.js
- https://code.highcharts.com/modules/ann ... dvanced.js
- https://code.highcharts.com/modules/stock-tools.js

And style files:
- https://code.highcharts.com/css/stocktools/gui.css,
- https://code.highcharts.com/css/annotations/popup.css
Demo: https://jsfiddle.net/BlackLabel/L7w2y1tf/

We don't have ADX indicator implemented yet. If you want such indicator you have 2 options:
- create it on your own, here you can find more info about doing it: https://www.highcharts.com/docs/stock/t ... tor-series
- add feature request ticket on our github. This doesn't guarantee that indicator will be introduced though.

Here you can find a list with currently available indicators: https://www.highcharts.com/docs/stock/t ... tor-series

Feel free to ask any further questions.
Regards!
Mateusz Bernacik
Highcharts Developer

Return to “Highcharts Stock”