Project Variables where no value is supplied
-
Hi,
In the project variables - for your output into the mql file can you allow it to support just the variable name declaration.
Because if I don't supply a value the MQL file will not compile as your output is assuming all variables will have values.datetime MyDate =; fails build
if no value consider output as:
datetime MyDate;Thanks