Hi. Is there a way to specifically test for eSignal shutdown within postMain()?
I maintain a GlobalValue containing a file object pointer that I need to survive between symbol selections in a chart. I would think the file should be closed when eSignal shutsdown, but I see no way to differentiate this in postMain() from just a symbol change.
Thanks.
- Ian
I maintain a GlobalValue containing a file object pointer that I need to survive between symbol selections in a chart. I would think the file should be closed when eSignal shutsdown, but I see no way to differentiate this in postMain() from just a symbol change.
Thanks.
- Ian
Comment