Support Board
Date/Time: Sat, 28 Dec 2024 08:27:27 +0000
Post From: Calling Persistent Pointers From a different study function
[2016-04-19 22:42:51] |
enemyspy - Posts: 306 |
Hi. While trying to figure out if this is possible, I was reading through a support request and stumbled accross this. Sierra Chart Engineering Wrote: The persistent variables are held in a STL map which is part of a Study Graph object which is instantiated when a study is added to the chart or a Chartbook is opened which contains a study. Each study is a separate Study Graph object.
Is it possible to Reference this Study Graph object and Call the Persisent pointers from another study? |