- Search Metals Mine
- 7,780 Results (67 Threads, 7,713 Replies)
-
hanover replied Mar 14, 2020Fwiw here is an online protractor. Just (1) cut out the relevant section of your chart using a snipping tool (I use the free version of PicPick, which can automatically save the image as a png file by setting 'File Name' and 'Auto Save' in 'Program ...
Michael S. Jenkins teachings
-
hanover replied Mar 13, 2020I would just explain what you require as you have done above. A competent programmer should understand what you're getting at in much the same way that I would; if anything is unclear or ambiguous, then s/he should ask you approriate questions.
Hanover replies to PMs
-
hanover replied Mar 6, 2020Thanks for the offer of compensation, but I'm sorry, I don't code EA requests unless I know the client personally. If you are willing to pay, there are a lot of MQL4 programmers on MT5 or upwork. For more ideas, see the 'MT4 programming' section in ...
Hanover replies to PMs
-
hanover replied Mar 6, 2020There are dozens of these around. Google "move SL to breakeven EA MT4" and you get 25,100 hits, e.g. this. And another eight of them here. No need to wait for other people to reply, when Google is your best friend.

Free Coding request
-
hanover replied Mar 5, 2020I get the same problem; but converting the number to a string using Print(DoubleToStr(x,5)) will print 5 decimals (where x is the number you wish to print in the Experts Journal.
Questions I need answers to ...
-
hanover replied Mar 4, 2020I'm sorry to read about your experience. Apparently you've been unlucky with the programmer(s) that you ended up working with. It seems that the fx industry encourages unscrupulous behavior, and is rife with all kinds of folk who are determined to ...
I will code your EAs and Indicators for no charge
-
hanover replied Mar 3, 2020I have enhanced PSA so that it is now possible to have it plot the regression lines that caused the values to be calculated, allowing you to view the slopes and weights of these lines. You can switch the lines on and off. See the 'Modifications ...
Pair Strength Analyzer indicator
-
hanover replied Mar 3, 2020The answer is simple (I think!!). An EA can read and manage orders (regardless of who or what created them), but it can't read or modify another EA. You would need the mq4 file of the other EA, to allow a programmer to modify it.
Hanover replies to PMs
-
hanover replied Mar 2, 2020Yes, assuming that the EA that created the order has assigned a (suitable) magic number to it. By "suitable" I mean that all of the orders that you want your managing EA to process have magic number(s) that allow the EA to distinguish them from any ...
Hanover replies to PMs
-
hanover replied Mar 2, 2020An EA can optionally assign a "magic" number to each order. I don't know why it is called "magic", nor why it is invisible (it doesn't display on MT4's terminal). It is nothing more than a (permanent) reference number. The programmer can allow the ...
Hanover replies to PMs
-
hanover replied Mar 1, 2020Short answer is that I don't know how to make it possible. Two EAs can communicate with each other using data in files and/or global variables, but you said you don't have the MQ4 files, hence the existing EAs can't be modified to do this. However, ...
Hanover replies to PMs
-
hanover replied Mar 1, 2020Finally. . . . . . . I've built a downloader in MQL4 (build 600) into the Plot News v4-00 b600 EA. Hence the whole process of scraping the news from the FF calendar html, right through to the plotting of the little colored circles, the alerts for ...
Plot News / Downloader version 4.00
-
hanover replied Mar 1, 2020In reply to your numbered points: 1. I'm not aware of the '3 minutes late' issue. Will attempt to troubleshoot after market opens. Check your RefreshPeriod setting. The Upcoming Events table and alerts are based on your computer's clock time, not ...
Plot News / Downloader version 4.00
-
hanover replied Feb 29, 2020Not sure how long I'll remain active for, for health reasons. My wife tells me that I waste too much time here, and as usual, she's absolutely right.
Not sure if you're looking for a simulator (Google something like "mt4 trading simulator ...Hanover replies to PMs
-
hanover replied Feb 28, 2020Plot News for MQL4 build 600+ is now ready for beta testing. This necessitated a major overhaul of the b509 code. Plot News v4-00 b600.mq4 is an EA, not an indicator, hence it must be installed from the attached zip into the /MQL4/Experts folder. (I ...
Plot News / Downloader version 4.00
-
hanover replied Feb 28, 2020Some time ago I attempted to create a version that would compile in MQL4 b600+, but wasn't successful. The main issue was that the ReadWebPage() function (which is needed to get timezone offsets from url ) that worked ok in build 509 now fails. In ...
Plot News / Downloader version 4.00
-
hanover replied Feb 27, 2020Try the attached. I can't test it because my broker doesn't have symbols with prefixes or suffixes. Consequently, if it doesn't work somebody else will have to make the necessary changes.
I will code your EAs and Indicators for no charge
-
hanover replied Feb 26, 2020Try the attached. I haven't tested it exhaustively but it looks like it should work.
I will code your EAs and Indicators for no charge
-
hanover replied Feb 24, 2020Colors = 9999,Red,61,R136,38,Gray,-38,G96,-61,Lime,-9999 The settings, from left to right are: value_1 color_1 value_2 color_2 value_3 : : : : : value_n color_1 will be used if the indicator value is between value_1 and value_2 color_2 ...
Hanover replies to PMs