- Search Energy EXCH
-
CodeMeister replied Feb 4, 2014The ones I have seen work, according to the feedback. But I have never tried one myself. I think one was posted in the past year.
How to invert a chart
-
CodeMeister replied Feb 4, 2014I have seen custom indicators that do this, try searching. But not even the best indicator will improve your trading.
How to invert a chart
-
CodeMeister replied Feb 4, 2014Your request is a bit confusing. iATR() is not an indicator, its a library function. Its what I would use. If you wanted to do things the hard way, you could use iCustom() or copy the delivered ATR.mql code into your EA.
ATR calculation in EA without Indicator
-
CodeMeister replied Feb 3, 2014The rest of use MACD for this. If you searc, you might find one with a custom alert that suits you.
Is there an indicator that shows the divergence between 2 MAs?
-
CodeMeister replied Jan 28, 2014What was your broker's response? He will pay attention if this affects your trading activity. This is not completetly on MetaQuotes, brokers have to share the blame for not diligently protecting clients against faulty sysytem upgrades.
MT4 build 579 doesn't work
-
CodeMeister replied Jan 27, 2014The key to MT4 compatibilty is the Windows OS. RT and Android are not fully compatible and offer poor user experience. The Asus T100 comes with Windows 8, so it is fully functional like the Surface Pro.
Metatrader on tablet?
-
CodeMeister replied Jan 25, 2014Assuming you coded it, it should be easy to do. Take a look at your call to DoubleTo Str(). You can specify the number of digits. If somebody coded it, all bets are off.
5 digits value indicator
-
CodeMeister replied Jan 25, 2014When I say unfixable, I mean it is easier to start from scratch. Considering the time constraints, how long will that take and how much will it cost? Because money is the only sensible means of rationing a scarce resource.
Problems compiling an indicator after new MetaEditor Update
-
CodeMeister replied Jan 25, 2014You must be kidding. Most of the crap code out there needs to be tossed and is probably unfixable.
Problems compiling an indicator after new MetaEditor Update
-
CodeMeister replied Jan 16, 2014Sounds like a grid trading scheme to me. There are lots of them around, but I don't think any were successful. Do a search and see what I mean.
(binned per thread starter’s request) EA request
-
CodeMeister replied Jan 3, 2014Back testing of any type takes a lot of expertise to avoid the "gotchas". I am not an expert myself, but I know what it takes to be one and some of the gotchas. Unless it is done by an expert, it cannot be relied upon. If your PSAR repaints, there ...
PSAR/BB System for Binary Trading Needs EA
-
CodeMeister replied Jan 3, 2014Obviously you have a lot to learn.
PSAR/BB System for Binary Trading Needs EA
-
CodeMeister replied Jan 3, 2014Unless you are a expert backtester, visual back testing results are practically useless. They will give you a vague idea of how it might work, but you eyes will deceive you too many times to trust the results. I have been there and done that myself ...
PSAR/BB System for Binary Trading Needs EA
-
CodeMeister replied Jan 3, 2014Try rebooting and if that doesn't work, talk with FXCM support. It either works or it doesn't, there's not much to fiddle.
Exporting data from Metatrader into Excel in real time
-
CodeMeister replied Dec 18, 2013Unfortunately Strategy Tester only allows for single currency testing, so I don't think what you want will work, unless I misunderstand.
Need MQ4 examples of logic that chooses the pair to trade
-
CodeMeister replied Dec 18, 2013You are asking for a very unique kind of EA. Most EAs are written to work on the pair that the EA is run on. So for instnace if you trigger a trade using a MA crossover, the trade is taken on the chart where the EA is running and only that pair. ...
Need MQ4 examples of logic that chooses the pair to trade
-
CodeMeister replied Dec 14, 2013Gmail has never worked. Yahoo only worked if had the premium paid version. My email is with my ISP, so it is no use to you. You should check the boards at MQL4 .COM to find out the latest.
mt4 mail no longer working
-
CodeMeister replied Dec 14, 2013What is your email provider? Perhaps they changed their requirements for security. The error is due to SSL being required, which M mail does not support.
mt4 mail no longer working
-
CodeMeister replied Dec 12, 2013Try this: url or this: url
Possible to send buy/sell orders from Excel DDE Sample to MT4?