Login Page - Create Account

Support Board


Date/Time: Fri, 20 Sep 2024 00:39:27 +0000



calling sc cci method with referenced base chart data

View Count: 1419

[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

[2013-07-10 22:43:10]
Sierra Chart Engineering - Posts: 104368
The only reliable way this will work is if the chart your study function is on has the same number of bars as the chart you are referencing.
Sierra Chart Support - Engineering Level

Your definitive source for support. Other responses are from users. Try to keep your questions brief and to the point. Be aware of support policy:
https://www.sierrachart.com/index.php?l=PostingInformation.php#GeneralInformation

For the most reliable, advanced, and zero cost futures order routing, *change* to the Teton service:
Sierra Chart Teton Futures Order Routing

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account