- Search Energy EXCH
-
keydcuk replied Apr 26, 2016I have struggles to program this myself. I believe Tundex was looking into this. In the meantime, there are other EAs that can run alongside this one and manage this for you. Sorry I can't be more helpful at this point.
Free EA - Piggy n The Middle
-
keydcuk replied Apr 26, 2016I don't know how you guys do it. It'll only take one day of a candle going only up or only down in one direction without return and the account will be blown at grid size of 5 pips.
Free EA - Piggy n The Middle
-
keydcuk replied Apr 25, 2016Hi Carneiro, Guilherme was kind to point out to me some errors in the configuration of what I have attached for you. Please find the attached revision. This should closer match the idea that you have presented. Let me know any significant feedback. ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 25, 2016Hope you do well.
With that little amount, you will need to hope there are no great trends without retracement and that the markets are nice to you for a while... 
Free EA - Piggy n The Middle
-
keydcuk replied Apr 25, 2016The issue I got with this is that I can't do any backtesting as it involves more than 1 timeframe. I attach the configuration and the EA and mq4 so any people using fxdreema want to play around with this. Basically it does what you are suggesting I ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 24, 2016I must say NonLagMA is quite a popular one. I'll see if I can do anything with this. It might be a while... I struggle with introducing indicators into the EA. Thanks, Daniel

Free EA - Piggy n The Middle
-
keydcuk replied Apr 24, 2016Somehow, I have missed this post. Do you mind sharing the mq4? Without the mq4, I cannot incorporate and test its value in me EA. Many Thanks & Best Regards, Daniel
Free EA - Piggy n The Middle
-
keydcuk replied Apr 24, 2016
I think the problem with identifying the trends is that if we knew how to identify it, we would trade it instead of wanting to avoiding it while using a grid trading EA. The whole purpose of this grid EA is that we don't know whether ...Free EA - Piggy n The Middle
-
keydcuk replied Apr 23, 2016I'd just like to point out that I have done extensive tests on Remon Fix Lot Anti Trend made by Voldemar and in a 1 year test, things looked all good. Then I put it to a 3 year test and found out that the DD was quite large but not only large but ...
Accumulative Profits Grid System
-
keydcuk replied Apr 23, 2016At this point, I am happy for anybody to modify the EA however they see fit. The only thing that I ask is that you share your ideas and your modifications with the rest of us. Any EA that is worthy of using after testing will be attached in post 1. ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 23, 2016Hello Tekkies, Adding actual code to this kind of EA proves to be difficult as the mq4 file is not user friendly. That is why I am appealing to coders to do a coders version of this EA as this has only been done through GUI fxdreema. Having said ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 23, 2016Hi Guilherme, Thanks for your modifications. I've had a quick test and it seems to be doing the exact same as the original except it has more user friendly inputs. I only realized afterwards that I could change the round numbers to pips on the web ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 22, 2016Pretty simple stuff really. I would think that this would be pretty easy for a coder to do a much simpler mq4 file.
Free EA - Piggy n The Middle
-
keydcuk replied Apr 22, 2016As I have mentioned all along. I am not a coder. The code that you see in the mq4 is generated by software called fxdreema. I don't know what else to say on this? It is a very good piece of software for those who don't know how to code. If anybody ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 22, 2016MQ4 FILES ARE IN POST 1. I hope that anybody who further develops on my EA will have the decency to share with the rest of us so we can all benefit. I appeal on your dignity to do the right thing. Happy Pipping!
Many Thanks & Best Regards, DanielFree EA - Piggy n The Middle
-
keydcuk replied Apr 22, 2016AFTER CONSIDERATION, I THINK I WILL RELEASE THE MQ4 FILE SOON. I don't see any more value in keeping the file. If coders want to be greedy and not share their ideas and modifications, so be it on their conscience. I was hoping to get a more positive ...
Free EA - Piggy n The Middle
-
keydcuk replied Apr 22, 2016Sorry, I did see this. I was waiting to see if you could add the code to terminate the EA afterwards. I will try this code but I have not yet been able to copy and paste stuff in an EA and make it work yet. LOL

Free EA - Piggy n The Middle
-
keydcuk replied Apr 22, 2016// Constants (Input Parameters) input string StopEquityProfitFactor = "*1.01"; // *1.01 = 1% / *1.02 = 2% / etc. input int MagicStart = 1543; // Magic Number, kind of... class c { public: static string StopEquityProfitFactor; static int MagicStart; ...
Free EA - Piggy n The Middle