- Search Energy EXCH
-
CodeMeister replied Apr 25, 2013Use IBarShift() together with TimeCurrent() or iTime() to find the index of the first bar of the day. From there you know how many bars to go back to the first bar of the previous day and so on. Do this calculation in the Init() function and then ...
How to get daily high and low of a moving average?
-
CodeMeister replied Apr 24, 2013Equity Sentry is copyright protected, so its not possible to change it legally. They offer a modification service for a fee, and probably will fix as well. Posting on this forum is futile.
Equity Sentry mod request
-
CodeMeister replied Apr 24, 2013Are you sure that the Magic Number is copied to the new order? I seem to recall that it isn't. Besides, manual orders don't have Msgic Numbers, so that your approach has limitations.
Partial OrderClose()
-
CodeMeister replied Apr 23, 2013Most people use a trade copier for that. There are many available, some for free. Watch out for the free ones from a dealer (or associate) they widen the spread slightly to take away profits. A new one that looks promising is My FXBook. But be ...
signal deployment method
-
CodeMeister replied Apr 22, 2013I forgot to mention in my previous post that MetaQuotes is offering a market service for people who want to sell MQL5 software. It claims to offer protection services so that only authorized buyers can use it. I couldn't find many details, but I ...
Modifying Mt4 platform?
-
CodeMeister replied Apr 22, 2013I found your first post to be incomprehensible, so I am ignoring it. Your use of terminology was confusing. From your second post, I understand you want to copy protect some indicator files. That cannot be realistically done by anybody but a ...
Modifying Mt4 platform?
-
CodeMeister replied Apr 22, 2013Hard to answer your question, because it depands on how the EA was written. Perhaps you shoul ask the coder or your broker.
Magic numbers question
-
CodeMeister replied Apr 21, 2013You cannot use OrderTicket()+1. Don't waste any more time trying. It is difficult to explain an absolutely fail safe method guaranteed to work. So I will give you a simpler method that might work for your needs. Use OrderSelect() to retrieve all ...
Partial OrderClose()
-
CodeMeister replied Apr 12, 2013This one can be used to do what you want. It wasn't designed for your specific need, so you will need to apply it twice. One for the high and one for the low. You willl have to use a value of 0 or 1 for the pips away setting, otherwise it could be ...
Need someone to make an alert for free
-
CodeMeister replied Apr 5, 2013True you started off asking for SL mod, but several days ago you changed your mind. Good luck trying out your other idea, but I don't see a system like this ever working.
Help with EA mod, please... proof is here
-
CodeMeister replied Apr 5, 2013So modifying the Take Profit logic will stop losses like yesterday and today (another 70+%) Hmmm...I wonder how that can be coded?

Besides you had already simulated results from the intended mod. You just keep making it up as you go ...Help with EA mod, please... proof is here
-
CodeMeister replied Apr 4, 2013How can a system that lost 52% in a day (today) have any credibility? You need a gain greater than 100% now, just to recover. I'm not saying it won't happen, but how can this be a viable system?
Help with EA mod, please... proof is here
-
CodeMeister replied Apr 1, 2013At first, this guy wanted something to pull data from MT4 (as per the thread subject). After I wrote that comment, he decided he wanted to pull it from Excel. Two entirely different things. I agree completely that the second doesn't require much ...
Pulling Data from MT4 using API
-
CodeMeister replied Apr 1, 2013The indicator allows for 4 additional parirs of your choice. So if you put it on three charts, you could add 12.
100 SMA breach Scanner, is there any such indicator?
-
CodeMeister replied Apr 1, 2013You have to be kidding. Even for an expert coder, this would be a challenge and I doubt anyone will do it for free.
Pulling Data from MT4 using API
-
CodeMeister replied Apr 1, 2013Yes there is. Take a look here. Very easy to use and reliable. url
100 SMA breach Scanner, is there any such indicator?
-
CodeMeister replied Mar 31, 2013You can, but that would change the sound for all alerts. There is no sound file option for the indicator, and no plns at this time.
Pips To MA Alert - Dashboard
-
CodeMeister replied Mar 31, 2013Another possibility is MTAPI4. You can google to get more details.
Pulling Data from MT4 using API
-
CodeMeister replied Mar 30, 2013If you could post results that proved it was viable, you would get lots of interest from programmers. Of course I realize that that this kind of system can only be traded using an EA. So you are not likely to get any interest from a programmer. Most ...
Need coder for RN-CZ Breakout method
-
CodeMeister replied Mar 28, 2013Technically it is possible to do what you suggest. But whether it is permissable, I don't know. The toughest technical part is the interfacing with MT4. Research needs to be done on how often an update is made. Presumably, once a minute or less ...
FF Liquidity as a chart indicator