- Search Energy EXCH
-
CodeMeister replied Jun 21, 2013I believe EA builders have this feature.
Looking for EMA-based entry EA
-
CodeMeister replied Jun 20, 2013But the the code was stolen by someone originally. That is considered to be stolen, just like buying stolen goods on the street. Anyway no one is is going to touch the code on this forum.
I Need an Alert Added to These Two Indicators
-
CodeMeister replied Jun 20, 2013More decompiled (stolen) code. When are you people going to learn?
I Need an Alert Added to These Two Indicators
-
CodeMeister replied Jun 17, 2013Put this in the section with the other settings. extern int AccountNo = 0; Put this as the first line in the Start() function. if (AccountNumber() != AccountNo) return;
How to code an indi that can only be used for certain accounts
-
CodeMeister replied Jun 17, 2013Not my code. You should contact the coder.
How to code an indi that can only be used for certain accounts
-
CodeMeister replied Jun 17, 2013AccountNumber() can be used.
How to code an indi that can only be used for certain accounts
-
CodeMeister replied Jun 17, 2013I think your emotions are affecting your reasoning because some of this makes little sense. MQ can choose their business partners by whatever criteria they wish to apply - the same as any other business. Do you think that MyFXBook would sign an ...
Metaquotes is blocking myfxbook and many VPS traders
-
CodeMeister replied Jun 16, 2013I want to provide some balance to this discussion. MyFXBooks made this statement on June 10. url If MyFXBooks did not have an iron clad prior agreement with MetaQuotes, then MetaQuotes' action was warranted. Other sites like Amazon will block you ...
Metaquotes is blocking myfxbook and many VPS traders
-
CodeMeister replied Jun 15, 2013I haven't had much experience with pending orders. But I did write logic to detect newly opened or closed trades. I used a static variable with the timestamp of the newest order and looked for orders whose open time was greater than that value and ...
Free mql4 programming
-
CodeMeister replied Jun 15, 2013I think you have made the wrong assumption. True the CurrentTime() is the broker's server time, but your loop to check orders doesn't execute until the next tick after the order is open. The next tick usually arrives within a split second and in ...
Free mql4 programming
-
CodeMeister replied Jun 14, 2013Perhaps I can share some insight on how time values work in MQL4 that will point you in right direction. Dates and time are actually integer values tha represent the number of seconds since Jan 1 , 1970. In back testin, CurrentTime() is modelled, so ...
Free mql4 programming
-
CodeMeister replied Jun 5, 2013Nobody suggested 8 to 10 pips, you must have misunderstood. If you only want 3 pips in 24 hours, only make one trade a day.
Any indicator which can predict 3 pips profit after alert?
-
CodeMeister replied Jun 4, 2013Don't think you need an indicator. Just make your Risk / Reward ratio 4:1 (8 - 12 pips in your case) and choose a random entry point. That should give you a 80% win rate.
Any indicator which can predict 3 pips profit after alert?
-
CodeMeister replied Jun 2, 2013No can do. This is one of many features in MT5 that aren't available in MT4.
Need Help for Converting slide show indicator for MT5 To MT4
-
CodeMeister replied Jun 1, 2013Plus the smiley face doesn't show if trading is disabled.
Problem with EA not working
-
CodeMeister replied May 31, 2013You didn't tell us what the problem is. I'm guessing that they don't open trades. Usually that is because of an error. Take a look at the experts tab and the journal for any mesages.
Problem with EA not working
-
CodeMeister replied May 28, 2013Hanover may be too busy to answer. You can find what you are looking for on eBay. There are usually many to choose from. Don't limit yourself to just 50 per day. I remember seeing one EA being sold several years ago that averaged 1500 pips per day.
Script to unscramble binary (e.g. FXT) files into readable fmt
-
CodeMeister replied May 23, 2013To clarify, you do not need an API to extract data. An API is preferabe because it is better structured and easier to use. Plus access rules are spelled out. But any data that appears on a web page can be extracted. Sometimes easily, sometimes not. ...
FF Liquidity as a chart indicator
-
CodeMeister replied May 20, 2013That kind of alert exists. The one that I recall is overkill for your requirements, but maybe you can adapt it. url
MT4 audio/email alert?