Support Board
Date/Time: Sat, 14 Mar 2026 10:18:23 +0000
Post From: How can i get data of a specific candle from a different chart?
| [2020-06-29 10:48:35] |
| User907968 - Posts: 866 |
|
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() |
