Support Board
Date/Time: Mon, 23 Dec 2024 01:35:37 +0000
Post From: ACSIL - Get date for Reference Chart data
[2015-01-08 19:26:40] |
ejtrader - Posts: 688 |
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
|