- Search Energy EXCH
-
CodeMeister replied Dec 13, 2011Try This — Here is a live webinar with Jason Fielder on Wed Dec 14 that should answer some questions. ...
Arbitrage between 2 brokers
-
CodeMeister replied Dec 13, 2011No Can Do — MQL4 does not allow this.
Change magic number of open trades?
-
CodeMeister replied Dec 13, 2011Answer — There is a video in the first post. I was able to get it running for FXDD but not FXSol which is on build 402.
My Own Broker Arbitrage
-
CodeMeister replied Dec 12, 2011Same Error — I have same error as Garfield - FXDD Build 409
My Own Broker Arbitrage
-
CodeMeister replied Dec 12, 2011Explanation — S = simple M = smooth
Alert to sound X pips AWAY from an MA
-
CodeMeister replied Dec 11, 2011Cannot Do — MT4 does not have historical tick data, so there is no easy way to do what you want. The best you could do is find out OHLC for the 1M bar at that time. There are ways to get hold of historical tick data which is covered in other ...
Needs Coding (Syntax) idea
-
CodeMeister replied Dec 6, 2011Try This — There have been a number of threads on this. Not sure if this is the best one for your particular situation, but it might give you some ideas. Windows 7 is not XP with regards to the file system structure. url
How to transfer MT4 indicators from XP to Windows 7?
-
CodeMeister replied Dec 4, 2011Done — New version in post #1. W = Weighted Close
Pips To MA Alert - Dashboard
-
CodeMeister replied Dec 2, 2011Try This — A month ago somebody asked a similar question about shading the area between the bands. url
Color indicator in area between two moving averages
-
CodeMeister replied Dec 2, 2011Try This — This is Hayseed's answer to your suggestion. I have never explored it myself, but I believe it requires some coding skills. url
Pips To MA Alert - Dashboard
-
CodeMeister replied Dec 2, 2011W = Linear Weighted I neglected to include a Weighted Close option - I will try to get it done this weekend.
Pips To MA Alert - Dashboard
-
CodeMeister replied Nov 30, 2011Terminology — You understanding of the proper terminology is very poor. First of all, an indicator can't be used to handle trade management. Only an Expert Advisor or script can do that and from your description a script wouldn't be useful. ...
Looking for stop loss indicator
-
CodeMeister replied Nov 29, 2011Search — Most people have found what they want with the search feature. Several to choose from, I'm not going to recommend one that's up to you.
Indicator that shows a line at each market open
-
CodeMeister replied Nov 29, 2011Thanks Kenz — I knew there was a catch to importing CSV data but couldn't remember what it was until Kenz's posting. #2 is the way I did it a year and a half ago.
Looking for a way to import excel data into mt4
-
CodeMeister replied Nov 29, 2011Try This — Someone posted one the other day. Look for all threads for the past 5 days - its in one of them. Called something like BEMA.
I need a Trade Management EA by % value
-
CodeMeister replied Nov 29, 2011Here is code that has been well tested. Use the Magic Number option to selectively manage orders. url
EA to close trades on Moving Average Cross
-
CodeMeister replied Nov 28, 2011Not Enough Details — You haven't provided enough details for somebody to help. Importing data in the History Center is possible. There must be something wrong. Did you check the Journal for errors? If no errors, perhaps you could post the file ...
Looking for a way to import excel data into mt4
-
CodeMeister replied Nov 28, 2011History Center — MT4 allows the importing of CSV data in the History Center. It is a manual process, but you indicated that getting the data from the broker was also manual. There are threads in this forum about offline charts that should give ...
Looking for a way to import excel data into mt4
-
CodeMeister replied Nov 28, 2011Try This — In my limited experience working with MT5, I did it the same as with MT4 using the Home key and Back arrow. Are you sure that your broker has the data that seems to be missing? What I suggest is that you contact your broker to ...
Loading historical weekly/monthly data on MT5
-
CodeMeister replied Nov 26, 2011Misunderstanding? — The builder is for non programmers - you select options and put together an EA. If you can use Excel and Word you can do that.
I need a Trade Management EA by % value