Support Board
Date/Time: Sat, 08 Feb 2025 07:58:27 +0000
Post From: How can i get data of a specific candle from a different chart?
[2020-06-29 10:48:35] |
User907968 - Posts: 826 |
Remove the minus sysmbol preceding 'Input_ChartOverlayNumber.GetChartNumber()' from this line of code: sc.GetChartBaseData(-Input_ChartOverlayNumber.GetChartNumber(), ChartOverlayArrays);
Passing the chart number as a negative number causes synchronization between charts, see information here: sc.GetChartBaseData() |