Runtime loading new include files

 

Hey all,


it is possible to load new created files to a running instance. Like if i have a EA which runs for a long time, and the state of the variables is "ideal" and which i don't want to interrupt. Now, for example i create a new indicator. Is it possible to use the include command to load the code into the running program or is there any alternative to it ?


Thanks & Regards

 

Include files have nothing to do with running. Only with compiling.

If you want to store and read data files, code it.

Reason: