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 |