ASE Home Page Products Download Purchase Support About ASE
ChartDirector Support
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Finance Chart Indicator Values
Posted by JT on Jan-02-2022 08:05
Hi,

I'm using your charts in a vb.net winforms application and was wondering if there is a simple way to retrieve indicator vales from the finance chart? For instance, getting the RSI value for the current bar?

Thanks!

  Re: Finance Chart Indicator Values
Posted by Peter Kwan on Jan-03-2022 22:51
Hi JT,

The Finance Chart Track Line sample code demonstrate how to obtain the values of the various indicators at given the mouse cursor position. In the example, those values are used to construct the tracking legend box.

https://www.advsofteng.com/doc/cdnet.htm#trackfinance.htm

For your case, you can use the right edge of the chart as the mouse cursor position to get the indicator values for your own usage.

Regards
Peter Kwan