Support Board
Date/Time: Sun, 19 Jan 2025 12:44:52 +0000
Post From: 64 Bit performance
[2018-04-01 16:09:57] |
WarriorTrader - Posts: 245 |
Hello, On an unrelated topic I noticed you longer have the following documented: sc.GetStudyPersistentVariablesFromChartUsingID(Chart.GetChartNumber(),Chart.GetStudyID()) Is there a more efficient way to pass messages between two charts? I am rewriting some studies for effeincy. What would be the most efficient way to send data to a study on another chart? I plan on staying with sc.GetStudyPersistentVariablesFromChartUsingID but do you have anything better? The Overlay studies could be used buy I only need data from the current bar sc.Index, and I do have other datat that is no not in any study. sc.GetStudyPersistentVariablesFromChartUsingID does cause a lot of recaculations and I'm trying to cut that down. Does the overlay study cause less recaculations? Thx, WT |