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

Message ListMessage List     Post MessagePost Message

  StochRSI
Posted by Mahbub on Oct-28-2012 18:47
Hello, Inside StochRSI for a given interval, there is RSI calculation, which is done at first.

What is the RSI interval chart director uses during StochRSI calculation?

Please let me know.

  Re: StochRSI
Posted by Peter Kwan on Oct-30-2012 00:01
Hi Mahhub,

ChartDirector will use the period your code specific for RSI compuation. For example, if our code specify 14 (the second argument to FinanceChart.addStochRSI), then ChartDirector will use 14 period RSI.

Hope this can help.

Regards
Peter Kwan