Hi, I am trying to learn this tool by doing some simple designs and look at the generated .mq4 files. What I noticed is the .mq4 file has declarations like "input double inp4_StopLossPips = 10.0;" and "input double inp4_TakeProfitPips = 30.0;" although I don't have anything like that in my design. Am I doing something wrong ? I came across this issue while testing my design because the EA was showing something completely different than what I have in fxDreema. The EA is in line with the .mq4 file generated but none of them are in line with my design.
Thanks.