Support Board
Date/Time: Wed, 25 Dec 2024 13:13:42 +0000
Post From: Passing SCGraphData Object as argument
[2015-11-15 00:40:50] |
Sierra Chart Engineering - Posts: 104368 |
We apologize for the delay. We see where the mistake is: SCFloatArray DubStoch = DS[0]; SCFloatArray DS_Sig = DS[5]; SCFloatArray DS_OB = DS[6]; SCFloatArray DS_OS = DS[7]; Needs to be: SCFloatArrayRef DubStoch = DS[0]; SCFloatArrayRef DS_Sig = DS[5]; SCFloatArrayRef DS_OB = DS[6]; SCFloatArrayRef DS_OS = DS[7]; Let us know if that helps and solves the problem. Once again we apologize for the delay. 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: 2017-10-23 06:03:00
|