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

Message ListMessage List     Post MessagePost Message

  Ichimoku Cloud Technical Indicator
Posted by MarkZB on Jun-09-2018 23:38
Attachments:
Hi Peter

Any chance of of adding an Ichimoku Cloud Technical Indicator?

http://stockcharts.com/school/doku.php?id=chart_school:technical_indicators:ichimoku_cloud
IchimokuClouds.png

  Re: Ichimoku Cloud Technical Indicator
Posted by Peter Kwan on Jun-12-2018 03:57
Hi MarkZB,

We may consider that in a future version of ChartDirector.

Note that the FinanceChart API allows adding custom indicators. Many of our customers have invented proprietary indicators to be plotted with ChartDirector.

For your case, you may consider to use your own code to compute the lines in the ichimoku indicator, then add them to the chart using FinanceChart.addLineIndicator2. See:

http://www.advsofteng.com/doc/cdnet.htm#FinanceChart.addLineIndicator2.htm

You can also add an InterLineLayer to fill the region between two of the lines. See:

http://www.advsofteng.com/doc/cdnet.htm#XYChart.addInterLineLayer.htm

Hope this can help.

Regards
Peter Kwan