Support Board
Date/Time: Mon, 23 Jun 2025 09:20:08 +0000
Post From: Alternative to sc.GetChartBaseData() when running a chart replay
[2022-03-01 18:32:41] |
jwick - Posts: 142 |
My understanding is, using sc.GetChartBaseData() is not recommended when running a chart replay based on this line in the documentation: When you are getting data from another chart with this function, this other chart during a chart replay may not have the data which is up to date to the time of the chart containing the study calling the sc.GetChartBaseData function.
a) If that is true, is there a suggested alternate way of getting base data from another chart? b) Would using a Study / Price overlay indicator be one alternative that would work accurately during a replay? Thanks! |