- Search Energy EXCH
-
CodeMeister replied Oct 16, 2014The correct analogy is to an inventor who contracts for design and engineering work. I am sure the inventor would stipulate how the rights are controlled and I am sure the contractor would charge accordingly. Anybody who does not take these ...
Who owns the copyright to an MT4 EA?
-
CodeMeister replied Oct 16, 2014These details need to be settled up front before any code is written. The coder does in fact own the rights to the EA, at least in Canada. However, if the trader wishes to share the ownership, this is usually done for an extra charge. My advice is ...
Who owns the copyright to an MT4 EA?
-
CodeMeister replied Oct 12, 2014Faster than you can afford to pay. But seriuosly, news trading is for the big boys, not small timers like us.
Internet connection speed for trading news spikes
-
CodeMeister replied Oct 6, 2014You don't - its impossible. See this for detailed explanation. url Edit: requests like this remind me of one of my favourites from XKCD url
Making MT4 Portable
-
CodeMeister replied Sep 22, 2014Poorly written code is the rule, not the exception. Even more so with MQL4.
MT4 build 670 review
-
CodeMeister replied Sep 18, 2014As pointed out in the linked thread it is impossible. You will have to learn to do without or use a Windows 8 tablet.
Custom indicator on mobile MT4?
-
CodeMeister replied Sep 18, 2014Probably a poorly written indicator that has some built in dependency such as a symbol suffix(or not). Nothing to get excited about and certainly not a flaw in MT4.
MT4 build 670 review
-
CodeMeister replied Sep 17, 2014Contact the company for support, although with freeware, don't expect very much. But this needs to be done before posting here.
MT4 GUI Problems
-
CodeMeister replied Sep 10, 2014MXFXTrader (and others), I am no longer supporting my previously written code. The new post-Build 600 MQL4 environment requires learning new skills and I have no incentive to so at this time.
Very Profitable System - Roi system
-
CodeMeister replied Sep 2, 2014The problem is with Play Store and the trouble to get code accepted, not with MT5 OR MT4 The Surface Pro tablet is a Windows 8 machine, so it is possible. Windows phone runs RT, so it probably isn't compatible.
Pivotpoint Android Metatrader
-
CodeMeister replied Aug 20, 2014Why would anyone pay attention to a thread that is misnamed? For the uninformed, a 100% win rate means never, ever having a losing trade. Clearly the title should have been 100% gain per week. Even that claim is no doubt false or else everyone in ...
100% Win Math Grid Ea
-
CodeMeister replied Jul 15, 2014DDE in Excel imports raw tick data and it is up to the user to format/ store as desired. So to to compose a 5M bar would require custom VBA code or some third party software.
How to copy profiles in MT4? How to use Excel with MT4?
-
CodeMeister replied Jul 3, 2014I have given up on MQL since the 600+ builds. I would suggest relearnng what you knew before and then tackling MQL. Almost any language has better learning resources than MQL. Codeacademy for instance is where I learned javascript.
I Will Learn Coding in 1 Month - Give me the 80/20 of MT4 Coding
-
CodeMeister replied Jul 3, 2014You didn't state your coding experience. MQL4 is one of the easiest languages to learn for an experienced coder. For a begginner, MT4 is not a good first language to learn due to its lack of proper documentation and tutorials to say nothing of basic ...
I Will Learn Coding in 1 Month - Give me the 80/20 of MT4 Coding
-
CodeMeister replied Jun 14, 2014It is best to ask the original coder to do this. It is much easier for him than someone else.
Updating MTF Indicators
-
CodeMeister replied Jun 14, 2014Magic numbers are trivial to implement and very useful. You may not need it now, but if you write another EA! you will. Its much easier to write now than later.
EA Template Question: Magic Numbers or Tickets?
-
CodeMeister replied Jun 4, 2014I assume you are talking about MT4. The Bands indicator will show the specified Std Dev. I have used it on Forex charts, presumably it works on eMini as well.
Standard deviation of a futures contract on 1mn chart
-
CodeMeister replied Jun 4, 2014Seems obvious to me that Enivid has come up with the most likely explanation. To confirm, take a look at the tick volume for all three brokers. I think you will find there is a huge difference between them. Its the same as comparing a thinly traded ...
what causes such bad performing Candles in 5M Chart?