Shared memory files and variables

 
Okay MQ, here is a thought that would really help me if they were implemented. MT4 does not allow arrays to be declared globally. Have you considered placing all variables attached to all charts in a shared memory file? Yes I know the managed code people out there are having a fit right now, but MQ4 is not an object oriented language so how can the argument be made that going the unmanaged code route, at least relating to variables, should be kept intact? Using a shared memory file would only benefit those who attached to it giving their code access to those variables. It is a simple matter to create variables that have the visibility the MQ4 script writer desires; local, global to the chart, global to MQ4 and finally global to the system via a shared memory file.

At the very least MQ humor the thought...
Reason: