Herman, Why can't you have the a floating control panel with the GUI code in it, and pass everything from that panel to the heavier code in other charts via static variables....?
I actually have a GUI panel that I use in my main charts... I also have a heavier piece of code that I execute periodically (every 5 mins - but I could make it every one min) via a scan... actually I don't care about scanning... that's not the purpose of the code... It's just heavy code that uses a lot of historical bars that I want to execute in the background periodically and I pass the results of that heavy code to my other charts via static variables.
