- Search Energy EXCH
-
CodeMeister replied May 3, 2010Hot Keys — Script files can be linked to hot keys - check in the help section for details. I remember it is simple to do.
Program Buy/Sell button with MT4
-
CodeMeister replied May 3, 2010Something Else — I remembered something else this morning about iMAOnArray(). It can't be used in an EA. I remember struggling with this for hours - just like you and finally when I was looking for sample code I discovered this discussion ...
Cant take this any more!! (iMaOnArray)
-
CodeMeister replied May 2, 2010Probably Right — If you are only interested in the value for the latest bar, then the code you wrote should work. However I should point out the other values will not be right and I had assumed that was the problem. I'm not very familar with ...
Cant take this any more!! (iMaOnArray)
-
CodeMeister replied May 2, 2010Guessing — To correct a false impression that you and many others have, most programmers can't just look at dozens of line of code and figure out what is wrong except when it is glaringly obvious. Even with our own code, it is not posssible ...
Cant take this any more!! (iMaOnArray)
-
CodeMeister replied May 2, 2010Guessing — When posting problems like this, you should include more detail. I usually ignore incomplete postings like this. I am guessing that you see a popup alert with a 0 as the angle. If so, it is an easy problem - you need to format the ...
Cant take this any more!! (iMaOnArray)
-
CodeMeister replied May 1, 2010Try This — This situation doesn't happen with fixed spread brokers like FXCM and FXDD. Its a shame not being able to test on the weekend. The results will a little bit different than your broker, but should be close enough.
MT4 backtest on weekend could be wrong idea
-
CodeMeister replied Apr 30, 2010Easy — Programming an alert in MQL4 for most candle patterns is easy to do. If you are asking can a non-programmer do this using MT4 tools, the answer is no.
Sound alerts for price bars
-
CodeMeister replied Apr 30, 2010Not Easy — url This is not an easy problem. I eventually solved it by making it a user setting.
How to place characters JUST above a candle wick on any Timeframe?
-
CodeMeister replied Apr 29, 2010Your Eyes — The best trend spotter by far are your eyes. Everything else is a downgrade. Even the best indicators can't detect when a trend is over. I have been playing with them for several months now and even took a stab at writing my own, ...
Indicator for Ranging periods
-
CodeMeister replied Apr 28, 2010Try This — Open the data window and you get exactly what you want. Or hover the cursor near the MA and it will display the value.
Show indy values on the chart...
-
CodeMeister replied Apr 27, 2010Cracking — Even if there was a way, I would hope nobody on this forum details it in public. Then others, less ethical could crack the EA and use it for free. My recommendation is to stay on top of the vendor and perhaps complain to Forex Peace ...
how do i stop a an EA
-
CodeMeister replied Apr 27, 2010Try This — If you are after the trend itself, it is 3 and will be 1 or -1. Check the parameter values are correct, I am guessing. double trend = iCustom(NULL, 0, "NonLagMA", 0, 15, 0, 0, 1, 1, 0, 0, 0, 3, 0);
Custom indicator
-
CodeMeister replied Apr 19, 2010OrderSend — OrderSend() is the function you are looking for and just change the mode.
how to change buy to sell, sell to buy for EA
-
CodeMeister replied Apr 19, 2010Try This — If you are determined to code you own, then what you want to do is easy. TimeHour() will give you the hour of the day (24 hour clock) as an integer which you can compare to the desired value. TimeCurrent() gives you the broker's ...
EA to enter on time
-
CodeMeister replied Apr 17, 2010Can't Help — The code you supplied is an executable which means it can't be modified. I doubt if FXCM will supply the source code, so it can't be done. You should consider using one of the trade management EAs listed in the sticky thread. They ...
Stop Loss Help
-
CodeMeister replied Apr 16, 2010You Are Right — SendMail() is the only way I know of email notification. What you are suggesting might be difficult depending on how much data is involved and what formatting is expected. Sometimes you have respect the limits of the ...
Re: How to write the code for received live account latest updated report?
-
CodeMeister replied Apr 12, 2010Doesn't Matter — I have written and examined several of these indicators and never used the "angle". I always thought that the relation between successive bars was more important than the absolute value. I mean does it really matter if the ...
EMA SMA angle indicator
-
CodeMeister replied Apr 10, 2010Different Opinions — There are different opinions about what constitutes a spike. One person's spike is another person's Pin Bar or gapping move. I think the defining characteristics are the wick sizes and bar height. When you are coding you ...
Chart spike filter?
-
CodeMeister replied Apr 10, 2010Should Work — I don't have any experience with Builder so I can't give any worthwhile advice specific to it. You need to capture the open price (iOpen) when the daily bar opens and compare the Bid/Ask to that price to determine when 15 pips ...
EA - Daily open
-
CodeMeister replied Apr 10, 2010Not Sure — The submission deadline was March 31, the other dates haven't been confirmed.
Forex Robot World Cup?