Analysing technical indicators

I want to analyse the values produced by the technical indicators as plotted.  How do I access the technical indicator data points.

Thank you,
Jonny

7 Replies

DP Dharanitharan Palanisamy Syncfusion Team March 1, 2021 11:54 AM UTC

  
Hi Johny,  
  
Greetings from Syncfusion. We have analyzed your scenario and you can access the plotted technical indicator values from the onIndicatorRender event. To know more information about our events in the chart refer to the following help document.  
  
Please revert us if you need any further assistance.   
  
Thanks,  
Dharanitharan. P  




JO Jonny March 1, 2021 03:28 PM UTC

Thank you for your response.  I have read the documentation.

For MACD indicator, in onIndicatorRendered args.dataPoints, all values except x and close are either false or null.  Where should I be looking to find the MACD data?  To be clear, I am looking for the plotted values for MACD, MACDLine and MACD Histogram as indicated in the toolTip via trackball behavior.

Thank you.


DP Dharanitharan Palanisamy Syncfusion Team March 2, 2021 03:31 PM UTC

Hi Jonny, 
  
We are working on your reported scenario and we will update you within one business day. 
  
Thanks, 
Dharanitharan. P 



JO Jonny March 2, 2021 06:21 PM UTC

I can offer this additional information:

The MACD indicator values I want access to are initialized here:

file:   macd_indicator.dart
class:  MacdIndicator
method: _initDataSource
fields: signalCollection, macdCollection, histogramCollection

Also, MACD indicator is a specific case of Technical Indicators.  I am hoping for a general solution so that I may analyze any technical indicator.

Thank you for your continued efforts.

Jonny




DP Dharanitharan Palanisamy Syncfusion Team March 3, 2021 10:07 AM UTC

Hi Jonny, 

We have analyzed your scenario and as of now, we did not provide those indicator values as public. However, by considering your requirement we logged a feature request for this and since it is not in our planned list, we are unable to provide a timeline for this feature request. It will be available in any of our upcoming releases. You can also track the status of your feature request from the following feedback link. 


Thanks, 
Dharanitharan. P 



JO Jonny March 3, 2021 03:31 PM UTC

Well that is disappointing.  Thank you very much for your effort.


DP Dharanitharan Palanisamy Syncfusion Team March 4, 2021 06:06 AM UTC

Hi Jonny, 
 
Sorry for the disappointment. We did not provide this support, since we do not get any requests like this before. However, thanks for your suggestion and as we said earlier, we will provide this support in any of our upcoming releases and we appreciate your patience until then. We will let you know once it is provided and please revert us if you need any further assistance. 
 
Thanks, 
Dharanitharan. P 


Loader.
Up arrow icon