Forum

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 <

Version control and management of compiled files

Hello I'm quite new in MQL4 development but I have a strong experience in Java programming. I started with the development of some Expert Advisor and I'm thinking a fast way to manage my source code and the compiled files between my laptop and my VPS. I'm currently using an SVN repository for the