DislikedDear Pilatus!
You are professional.
It's like a trend follower's bible- i printed it, and put it on the wall, opposite of me. Thanks!Ignored
4 HD system (trend follower) 3 replies
Journal for Trend Follower 5 Minute System 9 replies
Trend Follower System Programming 4 replies
A good EA trend follower? 2 replies
trend follower system templates and indicators an issue 5 replies
DislikedDear Pilatus!
You are professional.
It's like a trend follower's bible- i printed it, and put it on the wall, opposite of me. Thanks!Ignored
DislikedI want to share the EA I have written for this system.
Feel free to post suggestions to make it profitable.
Please read and follow carefully the instructions in the source code of the EA.
Excerpt:
[code]
//+---------------------------------------------------------------------------------------+
//|...Ignored
DislikedHello and thank you for the EA. I followed your instructions exactly as you wrote them in the post for the EA. The EA is showing up in the MT4 platform, but it is grayed out. Will not work on chart. I opened it up in the MetaEditor and hit the compile button. Then this error came up: 'EAHelper v1.0.6.mqh' - cannot open the program file...Ignored
DislikedWhat are you trying to compile? The mqh or the mq4 file?
Can you please post a screenshot of the MetaEditor with the result of the compilation?Ignored
DislikedHi Asasa, thanks for your quick reply. It is the mq4 that is giving the compiling error. Here is the screen shot in a word doc. You should be able to see the error message I get. Thanks!!Ignored
DislikedHi, Asasa
Thank you for your time and effort in programing this wonderful EA. I get it working without any problem. It opened trades according to the rules but not keeping as many pips at the end. What is the logic you use to close trades in this EA? What other options we have for exit?
JimmyIgnored
DislikedThe compiler cannot find the include file "EAHelper v1.0.6.mqh".
I see that the EA file in your computer is named in a wrong way, with "%20" in place of " ".
If it is the same for the include file, of course the compiler is not able to find it.
Go to your <mt4 client dir>expertsinclude directory and check the name of the include file, it must be exactly "EAHelper v1.0.6.mqh".
If it is different (e.g. "EAHelper%20v1.0.6.mqh") rename it in the correct way.Ignored
DislikedYes, this is the way it is supposed to work.
I wouldn't underestimate the importance of that information, it shows you in real time what the EA is doing and lets you understand if the EA in behaving correctly.
Maybe in your case the situation seems a little bit chaotic because your screen resolution is very reduced compared to mine (I use 1920*1200).
I suggest you to open two charts, one only for the EA, the other for the template.
Another solution, you can reduce the number of log lines displayed, by modifying the "ncommentlines" parameter on...Ignored
DislikedTrade is not allowed in your MT4 client.
This is not a problem related to the EA.
Please enable this option in your client.Ignored
DislikedAsasa, thanks again for your willingness to share your information. Could you please instruct me on how to make the change in the MT4 client to allow it to trade as per your post said to do. I don't know how to do this, but it would be nice to learn. Thanks in advance!!
-Faith TraderIgnored