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

Message ListMessage List     Post MessagePost Message

  Parabolic SAR and Bollinger Bands
Posted by Claude Kane on Jun-29-2015 10:52
I see these are available in the finance charts and are customizable, which is great.  My questions is the data available from these two Studies.   For example, I want to determine the following items from the chart data

1. Last price
2. Bollinger Upper Band
3. Parabolic SAR


I have a list of symbols and I want to loop through them and I want to find when the last price crosses over the Upper Bollinger Band and the SAR is less than Last Price and then show that chart.  Is this possible or do I need to calculate items 2 and 3 with other methods, then display the chart?

Thanks as always.

  Re: Parabolic SAR and Bollinger Bands
Posted by Peter Kwan on Jun-30-2015 03:03
Hi Claude,

You may refer to the "Finance Chart Track Line" sample code for an example on how to
retrieve the values of the various lines and data sets on the chart. In that sample code,
those values are used to create a dynamic legend. For your case, you can retrieve the
values for the calculations you need.

Hope this can help.

Regards
Peter Kwan