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

Message ListMessage List     Post MessagePost Message

  KDJ indicator in financechart
Posted by james on Feb-12-2021 12:11
Hi,
   Is there a KDJ line function in FinanceChart ?

   Thanks

  Re: KDJ indicator in financechart
Posted by Peter Kwan on Feb-13-2021 16:20
Hi James,

There is no built-in KDJ indicator in the FinanceChart. The FinanceChart allows you to add your own indicator. If your code can compute the KDJ indicator, you can add them to the FinanceChart using FinanceChart.addLineIndicator and FinanceChart.addLineIndicator2. See:

https://www.advsofteng.com/doc/cdcpp.htm#FinanceChart.addLineIndicator.htm
https://www.advsofteng.com/doc/cdcpp.htm#FinanceChart.addLineIndicator2.htm

Regards
Peter Kwan