Login Page - Create Account

Support Board


Date/Time: Fri, 03 May 2024 22:00:28 +0000



Post From: How can i get data of a specific candle from a different chart?

[2020-06-29 10:48:35]
User907968 - Posts: 802
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()