- Search Metals Mine
- fxtrue replied Oct 7, 2020
You didn't mention whether you were using the old MT4 or recently-ported MT5 version but, either way, I can't advise as I only added cross-platform capability to Richard's .18 MT4 build. Hopefully some of the more active users can comment.
Most Famous Blessing 3.9.6 EA and Setfiles
- fxtrue replied Oct 6, 2020
I updated my previous post - the attachments (included here too) now contain OnTimer, OnChartEvent and OnTester functions.
Most Famous Blessing 3.9.6 EA and Setfiles
- fxtrue replied Oct 5, 2020
As promised... ONE single source code that will compile and run happily in MT5 AND MT5
This is based on the .18 version from Richard and completely replaces the .15 port / fork from Gonzalez74. Despite the fact that my .17 MT5-only build ...Most Famous Blessing 3.9.6 EA and Setfiles
- fxtrue replied Oct 4, 2020
Just realised that there's a .18 version uploaded by Richard ...can someone confirm which is the most up-to-date and bug-free build (either MT4 or MT5)? I'm thinking to create a single source that compiles in MT4 & MT5 so that there's just one to ...
Most Famous Blessing 3.9.6 EA and Setfiles
- fxtrue replied Oct 3, 2020
I just grabbed the ".16" version for MT5 ...only to discover that the code was throwing 70 compiler warnings! I've been through and fixed all of them, so the code now compiles without complaint. Some of those warnings related to trade calculations ...
Most Famous Blessing 3.9.6 EA and Setfiles
- fxtrue replied Feb 11, 2020
The core issue is that Blessing was originally coded by "enthusiastic amateurs" prior to build 600 of MT4 (when "strict" came into being) and those earlier versions of MQL4 were very tolerant of sloppy coding, so variables would be automatically ...
Blessing Multipair EA
- fxtrue replied Feb 10, 2020
I'm sorry, but I have to decline - the last thing I want to do is create yet another fork of Blessing, but I'm happy to create MT5 versions of whatever Ursinho releases.
Blessing Multipair EA
- fxtrue replied Feb 9, 2020
I'm attaching my edited source code version of "gamma" (for MT4) plus a compiled MT5 version. Please note that the following: 1) there are almost 40 edits / fixes in this version - several of which are critical (they can be located by searching for ...
Blessing Multipair EA
- fxtrue replied Feb 8, 2020
Why not?... 1) because I have an MQL4->MQL5 converter, so the "source" is basically unchanged 2) because the objective of the exercise was to help Ursinho spot errors much faster than he would have if relying on forward-testing The reason you have ...
Blessing Multipair EA
- fxtrue replied Feb 3, 2020
@ursinho ...if you can remember to post the latest mq4 file regularly then I'll try to keep up with you and provide MT5 versions

Blessing Multipair EA
- fxtrue replied Feb 3, 2020
I'm guessing that Gold is closed - it has different market hours from standard currency pairs.
Blessing Multipair EA
- fxtrue replied Jan 18, 2020
Something that I've made good use of in other multi-pair systems is a "chipping" mechanism whereby the system identifies a pair that's got into trouble (this can be based on the number of open levels, floating loss, or any combination of relevant ...
Blessing Multipair EA
- fxtrue replied Jan 18, 2020
Richard's points are very valid to this discussion - if you run the MT5 version then you'll definitely see "crash and burn" scenarios from time to time. I ran a "quick" test from 01/01/2019 through to now and the results were mostly manageable (DD ...
Blessing Multipair EA
- fxtrue replied Jan 17, 2020
Not sure why lot sizing should differ between versions - the only things that *might* vary are calculations based on margin requirements as the return values in MT5 are not always the same as in MT4. Beyond that, results should be fairly similar as ...
Blessing Multipair EA
- fxtrue replied Jan 17, 2020
I've been collaborating with Ursinho (he mentioned me as 'fxraider') to help bug-fix the project and fast-track the testing process. For those interested in assisting, I've attached an MT5 version (based on additional fixes to v3.9.6.30 gamma) that ...
Blessing Multipair EA
- fxtrue replied Jan 2, 2020
@Richard - I'm not disputing your assertion, but I still can't get to grips with how OPB can be so close to "every tick" - if you're only checking price when a new candle opens then there could (and should) be wild variations unless you're trading ...
Most Famous Blessing 3.9.6 EA and Setfiles
- fxtrue replied May 23, 2019
Just tried the 5-digit version in the Strategy Tester but no trades were placed - even after 3 months of testing
Does the EA require a specific chart time frame? No errors/warnings show in the Journal tab so I have no clue what might be wrong.my 2019 hedging strategy EA
- fxtrue replied May 21, 2019
"to use with 5 decimals, you need to add another zero to most input" Which inputs, exactly? The descriptions of many inputs are cryptic at best so their functions are not obvious. Rather than leaving people to experiment blindly, why not just upload ...
my 2019 hedging strategy EA
- fxtrue replied May 14, 2019
Here's another MT4-MT5 cross-platform library... url ...more focused on order management, but possibly still worth a look

Most Famous Blessing 3.9.6 EA and Setfiles