Login Page - Create Account

Support Board


Date/Time: Sun, 22 Dec 2024 13:45:15 +0000



Post From: sc.GetStudyArray(s)FromChart

[2015-04-24 01:43:04]
CustomIndicators - Posts: 126
Also, I'm having a little trouble getting it to request one of my subgraphs. Is this correct?

I'm trying to retrieve the array from this on another chart:
SCSubgraphRef Line = sc.Subgraph[0];


int chartNumber = 1;
SCFloatArray SubgraphArray;
sc.GetStudyArrayFromChart(chartNumber, 1, 0, SubgraphArray)

The Study ID on that requested chart, is 1.
Date Time Of Last Edit: 2015-04-24 01:46:14