List of extern variables (name and value) at runtime

 

Hi 

I'm trying to write a simple log file (txt) with the list of extern variables (name and value) that I'm using in an expert advisor. I want to write a code that can works with different EA, takes the list of variables, cycles them and writes in a csv file. A sort of:

for (int  v = 0, v < externNames.length(); v++) {

    externNames[i];

    externValues[i]

}


Is there something in MQL4 to automate this?


Monica

 

nope.

 
whroeder1:

nope.


Stupid language :-(