
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Updated Blessing
All,
As promised, I have updated Blessing. Attached is the new Blessing. As I am not the developer, I have left his trademark on it but I have updated the version number. Here is a cut and paste from inside the MQ4 describing the changes:
// Added Equity Protection
// Fixed Micro lot trading down to .01 lot
// Added Auto Grid Adjustment
// Added Auto Grid Fine Tune Adjustment
// Added and Fixed Money Management
// Added Hard Account Protection
// Added Broker Decimal identification
// Removed LotInc Function - too dangerous
// Added Trade Comment Feature for monitoring in MT4 Platform
// Fixed Math Error on Micro lots of .01
// Added Menu Selection Identification for Parameter setting and Backtesting
// Default Parameters from Initial Blessing Internalized (except lot)
// Default Equity Protection set to on and 50%. Blessing needs large P/L to work.
// Change Default BELevel to 12. Blessing rarely gets past this without huge P/L problems.
I've attached a set file used with this new version. Those who couldn't get microlots down to .01 with MM turned on will now be pleased. You still have the same control from the original Blessing. You have several protection features added.
I have found USDJPY to be the best/safest pair to run Blessing on. Backtesting requires a lot of time and effort so anyone wants to continue the process on other pairs they are using, feel free to let us all know!
v/r
Thanks Jeff
Still running forward tests. I will change versions and continue from here
Regards
JBear
Adding the additional features is much appreciated. Blessing2 was
already a very good EA, but now it is evolving into a great EA,
thanks to your efforts.
Rob
Correct Blessing
I mistakenly posted the .ex4 file. Here's the mq4...sorry!
v/r
new ea
I mistakenly posted the .ex4 file. Here's the mq4...sorry! v/r
could someone explain the paramters better on new ea,it would be appreciated thanx in advance
I mistakenly posted the .ex4 file. Here's the mq4...sorry! v/r
Hi Jeff
I was about to write to you and tell you that the new version keeps crashing and now I know why. I didnt look at the extention either
Anyhow all working good now
Really good job on the MM and the MC
Well done
Jnr
could someone explain the paramters better on new ea,it would be appreciated thanx in advance
If you look in the .mq4 file with MetaEditor, Jeff has done a great job of documenting every thing inside the EA. I think you will understand after you see the comments in the EA.
will do
If you look in the .mq4 file with MetaEditor, Jeff has done a great job of documenting every thing inside the EA. I think you will understand after you see the comments in the EA.
will do and thanx
I mistakenly posted the .ex4 file. Here's the mq4...sorry! v/r
Hi Jeff
Having trouble getting the new version to work
Everything really good on v3.3update1 and 3.3update2
v3.4 not trading same as v3.3 and earlier
Just an observation
extern string BrokerDecimalSet = "1 for 4 decimal, 10 for 5 decimal broker";
extern int BrokerDecimal = 1; // 1 for 4 decimal broker, 10 for 5 decimal broker
Does 1 = 0.0001 and 10 = 0.00005
Regards
JBear
I mistakenly posted the .ex4 file. Here's the mq4...sorry! v/r
Hi All
I have run further test on different brokers and I have come up with different results.
V3.4 works on IBFX without any changes
On FXDD and GOMARKET it wont work
Does anyone have any ideas why?
JBear