Login Page - Create Account

Support Board


Date/Time: Sun, 22 Dec 2024 18:05:57 +0000



Visual Studio 13

View Count: 1032

[2015-05-08 14:25:15]
User99735 - Posts: 234
Hi,
Am getting 0 values in a subgraph ExitLimitIndicatorDirArray, accessed using


s_ChartStudySubgraphValues ExitLimitIndicatorChartStudySubgraphValues;
  ExitLimitIndicatorChartStudySubgraphValues.ChartNumber = ExitLimitIndicatorChart;
  ExitLimitIndicatorChartStudySubgraphValues.StudyID = ExitLimitIndicatorStudy;
  ExitLimitIndicatorChartStudySubgraphValues.SubgraphIndex = 2;
  SCFloatArray ExitLimitIndicatorDirArray;
  sc.GetStudyArrayFromChartUsingID(ExitLimitIndicatorChartStudySubgraphValues, ExitLimitIndicatorDirArray);


Have double checked that the indicator is correctly attached to chart and has SubgraphIndex 2.

So to eliminate all issues, wanted to check if Visual Studio 13 is supported by SC, or I need to install vs 2010?

Regards

Vivek
[2015-05-08 17:59:27]
Sierra Chart Engineering - Posts: 104368
We do not think this problem is affected by the particular compiler you are using.

Subgraph Index is zero-based.
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
[2015-05-08 20:22:59]
User99735 - Posts: 234
Ok Thanks.

Another query, can arrays be added to sc.StorageBlock structure, keeping the max size of 512 bytes in mind.

[2015-05-08 21:00:44]
Sierra Chart Engineering - Posts: 104368
We are not clear about the question. However, sc.StorageBlock can be used like an array.
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