Login Page - Create Account

Support Board


Date/Time: Fri, 20 Sep 2024 02:30:58 +0000



Post From: calling sc cci method with referenced base chart data

[2013-07-10 19:58:32]
onnb - Posts: 662
using this api

int chartId = sc.OpenChartOrGetChartReference(chartParameters);

SCGraphData baseGraphData;
sc.GetChartBaseData(chartId, baseGraphData);


I'd like to use the baseGraphData to now call sc.CCI / ATR / etc...

Any thoughts on how and if possible to do that since they require subgraps as outputs and the referenced chart is not the same as the current chart? It doesn't look like this is possible at this time and just want to make sure I am not missing something.

Onn