Support Board
Date/Time: Thu, 18 Dec 2025 20:19:39 +0000
Post From: ACSIL - Get date for Reference Chart data
| [2015-01-08 19:26:40] |
| ejtrader - Posts: 689 |
|
Thanks crazybears and SC Team. yes - I was looking for sc.GetChartDateTimeArray() Though the exact/containing built-in functions available, for a specific need wanted to use the function this way. In combination with SCGraphData ReferenceChartData & SCDateTimeArray RefChartDateTime - Could get the desired result. Thanks Pseudo Code: SCGraphData ReferenceChartData; sc.GetChartBaseData(ChartNumber, ReferenceChartData); SCDateTimeArray RefChartDateTime; sc.GetChartDateTimeArray(ChartNumber, RefChartDateTime); Date Time Of Last Edit: 2015-01-08 19:33:16
|
