- Search Energy EXCH
- richard96816 replied Mar 14, 2019
Forex brokers vary widely. I use three different brokers, and I find that set files optimized for one rarely work well with the others. It's my view that you need to learn how to test and optimize. Using an existing set file as a starting point can ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Mar 14, 2019
Cool. Dillingham Field, on Oahu. Where do you jump?
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Mar 14, 2019
It works for me. I've fixed a few bugs in the original Blessing that I found troubling. Some folks had complained elsewhere that it would attempt to place larger trades than available margin, which can cause big problems with brokers. I noticed that ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Mar 13, 2019
How many of you were unaware of the necessity of incubating your EA setups? Even if your setup parameters are based on bird droppings on the sidewalk, if they Demo-trade profitably you're ready to make money! :-) Blue skies. Green trades. I'm a ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Mar 13, 2019
I have not tried Blessing in any mode other than automatic. I would be surprised if it doesn't work. I try to look at Blessing as little as possible while it's working. That's the whole point of a trading robot. My guess is that you're not getting ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Mar 13, 2019
Forcing Blessing to only trade in one direction is already in there. Check out ForceMarketCond. I consider Blessing's trend finding ability to be very good. This is part of how it's possible to optimize it to trade well over multiple years of ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Mar 13, 2019
ATRPeriods and GAF control the grid. The foundation. I always use AutoCal set to true. Trade entries are next, which are groups of parameters. MAEntry, MAPeriod, MADistance CCIEntry, CCIPeriod BollingerEntry, BollPeriod, BollDistance, Bolldeviation ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Mar 13, 2019
You really need to optimize set files for YOUR broker. Every broker is different. Their data is different. I have three brokers and that set file only works on the one I optimized it for. It doesn't even come close on the others. When I use that set ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Mar 12, 2019
No, it's very general purpose. What's your favorite pair?
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Mar 11, 2019
I plan to post the source in the future. After I clean it up. It's got all kinds of comments in it right now that probably wouldn't make much sense to others. I'm considering making an MT5 version too. Not sure ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Mar 10, 2019
I've written ten or fifteen different EAs over the past year. None of them are as cool, powerful or profitable as Blessing. I keep finding reasons not to use Blessing, yet I keep coming back to it. There are an amazing number of bad reports over the ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Mar 10, 2019
Here you go ... file file file Enjoy!
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Mar 9, 2019
I don't have a lot of experience watching currencies. Never traded them manually. From my experience Blessing does a pretty good job of following the trend. If you're watching the news and have a good understanding of what is likely to happen next ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Mar 9, 2019
BTW ... Blessing does not use Martingale. Blessing can be configured to increase lot size on subsequent levels if you want it to. Which means it can be adjusted to be slightly similar to Martingale. But Martingale increases size specifically ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Mar 9, 2019
Change the first thing on this line from 'bool' to 'int'. I think that should fix it ... bool ModifyOrder(double OrderOP,double OrderSL,color Color=CLR_NONE) The compiled version I posted earlier is much better. Allows you to test with 'Open prices ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Feb 4, 2019
Testing on Demo should allay your fears. An EA that can't survive a reboot is a questionable beast. A dedicated laptop with good batteries can reduce potential problems.
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Jan 31, 2019
I haven't looked at Gold. Always good to see what Strategy Tester and Demo have to say ... Consider what your goals and personal risk profile dictate. Good luck!
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Jan 28, 2019
By the way ... For those that are put off by the 50% draw-down thing. It's not a requirement. It's adjustable. 50% is easy and it works well and makes sense if you're not using stops. Grid traders seem to work better without stops. Many EAs work ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Jan 27, 2019
That happens a lot. Try a different time frame. Try them all. Try a different pair. I look for a nice equity curve and good number of trades on the first pass. After that you can fine-tune. Grid traders have to fail at some point. They usually don't ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Jan 27, 2019
Let me say this again ... In my experience every broker's data is different. I have three brokers and a set file built on one almost never works on the other two. That's life. Broker's contracts say they reserve the right to alter the data ... and ...
Most Famous Blessing 3.9.6 EA and Setfiles