The .mq4 file generated is not in line with my design
-
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.
-
That means you selected some tick boxes like the one in the image in some blocks:

-
Initially yes, but later on I removed them but I am still getting those variables in the code generated - see screenshot
. -
Can you please share your project to take a look at it?
-
@l-andorrà Thanks, now it's OK. I've deleted the boxes in question and I've started again from scratch and so far so good. Thanks for your replies.
-
You are welcome.