Login Page - Create Account

Support Board


Date/Time: Mon, 29 Apr 2024 01:01:17 +0000



Post From: Accessing sc.Subgraph[].Arrays[][] from a different chart or study

[2013-07-30 23:12:11]
Sierra Chart Engineering - Posts: 104368
You need to update to the latest prerelease. Here is a very simple example:

  
  SCFloatArray ExtraArrayFromChart ;
  sc.GetStudyExtraArrayFromChartUsingID(1, 1, 0, 0, ExtraArrayFromChart);
  if (ExtraArrayFromChart.GetArraySize()>0)
  {

  }

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
Date Time Of Last Edit: 2013-07-30 23:13:37