- Search Energy EXCH
- richard96816 replied Jun 4, 2022
Thanks for your efforts. I'll take a look at github. If RSI_MA is always zero then that needs fixed. I doubt reversing that downstream statement is going to produce reasonable results. Edit: I just copied the function off of this page ( url ) and it ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied May 28, 2022
Somewhere in this thread is the reasonable beginnings of a more purely MT5 version of Blessing. As I remember it works, but could use some cleaning up. The current version here is a blend of MT4 and MT5 code. You can use either system when adding or ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied May 4, 2022
Thanks for the great effort, David. I spent most of the day yesterday giving your version a try. I'm not sure why the desire to add three Supertrends! I tried various ways of using just the one and didn't have very good outcomes. It does work, but ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied May 3, 2022
Thanks for the interest. I keep hearing this query and promising myself to do something about it. There are quite a few different ways to approach optimizing Blessing. Different approaches likely work better than others on specific pairs. And of ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied May 3, 2022
Just checked out that link. It's a scam to get you to subscribe to their mailing list. Thumpick appears to be in on it. He could have provided the final link without the signup nonsense. The turds don't even provide source code for their copy of ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied May 3, 2022
Yet another updated version ... file Lots of helpful adjustments. No guarantees. Test it yourself. I'm trading it. Haven't tested the MT4 side. // .25 Repaired Ichimoku timeframe changeability, // Made code more readable, much more to do. // Added ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied May 3, 2022
It's in there. Check out the trailing stop. There's also the ForceTPPips stuff, which is probably what you're referring to. I usually let the optimizer choose the best settings. There's also Early Exits, which I usually optimize last. That tends to ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Apr 29, 2022
Unlike the many other animals in the forest, man is able to use tools. We use tools in trading to reduce complexity and to find repeating patterns that are tradable. We let our tools do the repetitive work and various filters to see the patterns ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Apr 29, 2022
Thanks for the input. Blessing has been adjusted to not need or care about ticks. Ticks are noise, less important as you move up the time-frame scale, but not very useful in my opinion, even on the one minute time-frame. On MT4 Open prices Only is ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Apr 29, 2022
Thanks for the great effort. I'll give it a try soon. Busy with testing other features just now. Most recent versions of Blessing have been set up to work on MT4 and MT5 just by changing the name and recompiling. A large conversion section has been ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Apr 20, 2022
Welcome to the forum. I prefer to optimize over one or two months and then test a week or so on demo. When you move to live make sure demo has closed all trades. Try forcing UseSmartGrid to true and see if you have better results. That will probably ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Apr 19, 2022
Thanks. That is substantial. Now if we can figure out why only one level of trades is placed on the short side when UseSmartGrid is true. I think that's really holding things back.
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Apr 15, 2022
Sorry to be recovering old ground. I'll take a look. If you have specific pointers or links that would be helpful.
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Apr 11, 2022
I am SO MAD!!! :-) Just kidding. You know at least one more language than I do. And you found a bug! Anyone that offers to help with development, testing, whatever is appreciated. Just keep your filenames distinct so people don't get confused. And ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Apr 11, 2022
Your description makes sense. But what you posted contains no substantial changes. Here's a diff of your file against the original: 3772c3772 < input string LabelEEE = ""; // --------- EARLY EXITS --------- --- > input string LabelEE = ""; // ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Apr 10, 2022
Thanks very much for the hard work. If you could figure out how to make it work with MT5 too that would be wonderful. The previous version works with both MT4 and 5. It would be nice to keep it that way. It should be mostly MT4 coding. Note that the ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Apr 9, 2022
Thanks for your input and contributions, most appreciated. But PLEASE don't post a modified version with the same name as the previous version. That's the beginning of nightmares for many users! Please remove from your post and rename. A file name ...
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Apr 7, 2022
I like FXChoice. Here's a link for a 15% bonus on signup ... url Their data is fairly good and they have MT4 and MT5. But you really have to learn how to use the software properly. You certainly can't use the default settings. Good luck!
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Apr 6, 2022
You don't like the current trend indicators?
Most Famous Blessing 3.9.6 EA and Setfiles
- richard96816 replied Apr 5, 2022
Here's my current Blessing V24 in progress. I'm trading this, but suggest that others test it first. Most of the changes are peripheral, but always possible some bugs might have crept in somewhere. I've not compiled this on MT4 yet. Hoping some of ...
Most Famous Blessing 3.9.6 EA and Setfiles