- Search Energy EXCH
-
CodeMeister replied Apr 13, 2012Known — Memory leaks in MT4 are well known and were well discussed several years ago; it has nothing to do with a particular build. Probably that was because the older machines were memory bound at the best of times. But a lot of factors come ...
Best Method of Controlling Multiple MT4 Accounts at Once?
-
CodeMeister replied Apr 4, 2012Answers — 1. Functions and methods are the commonly used term for most languages these days. Subroutine means the same thing, but I haven't heard that term for years. 2. The source code for technical indicators like RSI and MACD is available ...
MQ4 Functions?
-
CodeMeister replied Mar 29, 2012Try This — The best way is by Magic Number. Every EA has one and they usually can be made unique by setting them to different values. Then you need a program that can provide aggregate stats by use of the Magic Number. MyFXBook offers this as ...
How to track multiple EAs with MT4?
-
CodeMeister replied Mar 28, 2012Try This — If the libraries are standard Windows DLLs you should be able to import them into MQL. I'm not aware of any special requirements for C++ binary code.
Boost Library Import Into Metatrader (MT4) Script File
-
CodeMeister replied Mar 26, 2012I would be very surprised if MT4 allowed HTML mail. So use what you have.
Step by Step Email Setup in MT4 (Gmail)
-
CodeMeister replied Mar 23, 2012Coding Error — There is a coding error in the EA. You cannot call the SetIndexBuffer() function in an EA. Remove the call and replace it with iCustom() or something appropriate.
MT4 EA error - any ideas?
-
CodeMeister replied Mar 20, 2012Try This — When opening the trade with OrderSend(), supply a text description for the Comment field and that will show up in the terminal for current and historical orders. There is a limit of 60? characters and I think that varies with ...
Insert comment in Terminal
-
CodeMeister replied Mar 18, 2012Help — In order to trade Forex, you have to be able to use a computer. Part of using a computer is learning to use the help system. I still have to refer to help myself from time to time. It is much faster than posting a question on the web.
Sending an indicator from MT4 to desktop
-
CodeMeister replied Mar 18, 2012Use copy or send to in Windows Explorer.
Sending an indicator from MT4 to desktop
-
CodeMeister replied Feb 17, 2012Can't — The documentation explains it better than I can. I did something like this a couple of years ago (or maybe I fixed it), but I can't locate the code. If I find on the weekend, I will post. Edit: The main MT4 site usually has code ...
How do I create EMA of indicator's iForce output?
-
CodeMeister replied Feb 17, 2012Try This — Put the iForce calculations into an array and then do iMAonArray() to find the MA. Its explained in the documentation.
How do I create EMA of indicator's iForce output?
-
CodeMeister replied Feb 12, 2012Einstein supposedly said the most powerful force in the universe is compound interest
High probability methods
-
CodeMeister replied Feb 12, 2012Lets see how 100,000 hours plays. There are about 6200 trading hours per year. Considering that about 1/3 of them are worth trading and/or working hours (must sleep), you might find 2000 hours per year. I realize there are multiple pairs available, ...
Do the indicators trick us into making the wrong decision?
-
CodeMeister replied Feb 12, 2012Very true. Malcolm Gladwell has suggested 10,000 hours as the amount of time required to master a skill. Definitely, you need 1000 hours hands on.
High probability methods
-
CodeMeister replied Feb 12, 2012Think you ready to move on from the Rookie forum. Even some experienced traders still think its about winning percent or entry rules.
High probability methods
-
CodeMeister replied Feb 10, 2012Not Right — Have to agree with this. Seems as if the EA was never properly designed or tested if I understand the behaviour.
Searching for profitable EA
-
CodeMeister replied Feb 10, 2012Demo — Yes the demo police would come to your house and put in a demo jail. But you can use demo not real funds for the bail.

Do I need to put my REAL name & address in demo account?
-
CodeMeister replied Feb 10, 2012No Support — There hasn't been any interest in the EA and I have been working on other things, so I don't support it any more. I believe there are other EAs that handle TPs similar to this one.
My EA and Indicator "wish list"
-
CodeMeister replied Feb 10, 2012Remembered Something — After replying I thought about it and realized that it wouldn't work quite as simply as I had suggested. MT4 has major problems when communicating with Windows for system services like popups, alerts and some chart ...
help, alert sound for retracement finder
-
CodeMeister replied Feb 9, 2012EA Builder — For simple EAs like this, there are EA builders for non programmers. Some, like MT5, are free.
RSI buy / sell & hold 1 minute hedge EA?