I am trying to import an .mq4 file but it's failing with "No record found". I searched the forum but I could not find a definitive answer on this issue. Could you help ?
Posts made by mndiarra
-
No record foundposted in Questions & Answers
-
RE: Vortex Indicator? Anyone?posted in Questions & Answers
@ptt196 Can you please shed more light on how you did it ? I am looking for that indicator as well. Thx
-
RE: The .mq4 file generated is not in line with my designposted in Questions & Answers
@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.
-
RE: The .mq4 file generated is not in line with my designposted in Questions & Answers
Initially yes, but later on I removed them but I am still getting those variables in the code generated - see screenshot
. -
The .mq4 file generated is not in line with my designposted in Questions & Answers
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.