Support Board
Date/Time: Mon, 10 Mar 2025 20:11:12 +0000
Post From: Understanding Study/Price overlay memory usage
[2022-04-05 01:35:05] |
jwick - Posts: 142 |
Fair enough ... could I get some insights into my second question in that case? Currently I'm using the study / price overlay to reference the source charts ... and then in my destination chart, I use GetStudyArrayUsingID (referencing the study / price overlay study) to read in and use the referenced data. Would there by any benefit in using GetChartBaseData() directly instead of the roundabout way I am currently referencing data through the study / price study? Or will it just perform the same (which is what I suspect) since I'm assuming the study / price overlay study simply uses getchartbasedata() itself? |