Login Page - Create Account

Support Board


Date/Time: Thu, 03 Jul 2025 16:14:51 +0000



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

[2020-06-29 10:48:35]
User907968 - Posts: 840
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:
ACSIL Interface Members - Functions: sc.GetChartBaseData()