- Search Energy EXCH
-
CodeMeister replied Aug 2, 2013What does your broker say?
Privacy while giving access to your mt4 account
-
CodeMeister replied Aug 2, 2013You cannot use gmail with MT4 because MT4 does not have SSL enabled. There are several threads that discus this and the alternatives. A search will find them.
What Happened to Email Alerts on Metatrader 4?
-
CodeMeister replied Aug 1, 2013That error message was no help. Using a DLL for email is not common, which may be why nobody else raised the issue. I use my ISP email account, which is of little help to you, but others have used theirs successfully. Other than that, GMX is the ...
What Happened to Email Alerts on Metatrader 4?
-
CodeMeister replied Aug 1, 2013You are the only person I know that can receive email alerts with Yahoo and gmail. I tried several years ago and was unsuccessful because they both need security settings unavailable in MQL4. Others also failed. That is beside the point, what is the ...
What Happened to Email Alerts on Metatrader 4?
-
CodeMeister replied Aug 1, 2013The best way to do this is with a language with powerful features like dynamic variables, classes and structures. Using arrays and doing ad hoc memrory managemnet is just going to be brutal to code and test. It probably can be done, but people don't ...
Mt4: All possible Combinations of Multiple arrays
-
CodeMeister replied Jul 29, 2013This isn't the kind of work a programmer would undertake on his own. It requires a team of programmers, designers and testers. Multiple programmers are required due to the different skills required, such as user interface, communications, security ...
Creating your own charting platform
-
CodeMeister replied Jul 17, 2013The proper name for what he wants (not what he requested) is a countdown timer. There are dozens of them available by searching.
Need an indicator that gives a sound alert every 14 minutes
-
CodeMeister replied Jul 17, 2013Looks like he gave you what was asked for. Perhaps its not what you wanted, but you should provide a clear explanation when making requests.
Need an indicator that gives a sound alert every 14 minutes
-
CodeMeister replied Jul 10, 2013There are several alternatives, but the others are more challeging ( more features). You might want to look at some third party MT4 signal software. Some are free, but most cost. If you have a mission critical requirement for alerts, don't use ...
MT4 Email Server Failure
-
CodeMeister replied Jul 10, 2013The goal is to avoid using SendMail() by using a custom library in a DLL. Don't know hmailserver. I tried JangoMail and a few others I can't recall.
MT4 Email Server Failure
-
CodeMeister replied Jul 10, 2013SendMail() is about the worst way to send email alerts, but it simple and easy to implement. I have seen similar delays and missed alerts which were likely caused by MT4. As well , sending attachments and CC are impossible. Ther are alternatives ...
MT4 Email Server Failure
-
CodeMeister replied Jul 10, 2013You should check in the terms of service for any quotas. I seem to recall a limit of 10 per hour and 100 per for one provider. My memory is kind of vague because that was a few years ago. No provider will give you unlimited quota unless you pay big ...
MT4 Email Server Failure
-
CodeMeister replied Jul 4, 2013Of course not. But the topic has been discussed so many times, its tedious. I wonder what you would have found using search? or reading the threads from yesterday?
Please help: Looking for old historical MT4 data
-
CodeMeister replied Jun 27, 2013He probably meant he was being misused by people making frivilous requests and incomphrensible or incomplete requirements. Charging for coding eliminates a lot of that nonsense.
S & R indicator ex4 colors change
-
CodeMeister replied Jun 26, 2013There was a lengthy discussion about creating unique and meaningful Magic Numbers several years ago and someone came up with a clever (to me) hashing algorithm to implement it. Not sure if it suits your needs, but it may give you some ideas. url
Encoded MagicNumber
-
CodeMeister replied Jun 26, 2013Some (most?) brokers will change the comments field when an order is partially closed. A new order is created and the comment field contains the original ticket number appended to the comments.
Encoded MagicNumber
-
CodeMeister replied Jun 24, 2013Good info. I hadn't run into any problems like that.
Please Help convert indi to EA
-
CodeMeister replied Jun 24, 2013Wrong. Indicators can be tested in Strategy tester, but you have to know how. You can use the delivered MACD EA or any other Then attach an indicator.
Please Help convert indi to EA
-
CodeMeister replied Jun 24, 2013Yes it is possible to write code to do this, but not easy. Does FF Cal have an export feature?
Google calendar integration
-
CodeMeister replied Jun 21, 2013I haven't looked at these for several years now so I don't remember names. MT5 has an EA builder.
Looking for EMA-based entry EA