- Search Metals Mine
- ursinho4711 replied Jan 13, 2020
If we wanted to, we could restart from version 09 (or better 13?) again. I stuck with most of the delta-files, that's why I already counted to 26 in the version number. The first approach was to see whether it makes sense to follow the idea of a ...
Blessing Multipair EA
- ursinho4711 replied Jan 13, 2020
Ah, thanks for this info! When I looked at the code from versions .10 on following, I thought: "what the heck...". Now it makes sense... I think I did it, or at least tried to as much as possible. Many variables just got an pairinfo[]. in front of ...
Blessing Multipair EA
- ursinho4711 replied Jan 13, 2020
betabugfix looks good, I will let it run for some more time. Behaviour as expected (or at least hoped): here and there small but steady wins, until now low DD. Just like a squirrel ;-)
Blessing Multipair EA
- ursinho4711 replied Jan 13, 2020
unless you did not start the EA exactly at the same time, with exactly the same environment... then it is almost a must that you have different pairs to trade! Don't forget that we are on a fast timeframe... what did you expect? I think I will sleep ...
Blessing Multipair EA
- ursinho4711 replied Jan 12, 2020
Try that one, I introduced the TradePair into the ExitTrade... please see if the exits now work better. Still some work ahead...
Blessing Multipair EA
- ursinho4711 replied Jan 12, 2020
It works (basically), but please wait: I am just testing the bugfix for closing all positions instead of just closing positions for the TradePair still did not sleep...
Blessing Multipair EA
- ursinho4711 replied Jan 12, 2020
at least stop to trade for one minute: Neil Peart died RIP Neil and thanks for all!
From Concept To Profitable Trading
- ursinho4711 replied Jan 12, 2020
Ha! I was thinking too complicated! As simple if(OrderMagicNumber() != Magic || OrderSymbol() != TradePairs[i]) continue; should do it... NOW I can go to sleep ;-) Good night @all!
Blessing Multipair EA
- ursinho4711 replied Jan 12, 2020
In the terminal go to expert and see if there is some kind of error message. Might be a division by zero because of missing market-info for a pair in the list. Known problem, it's on my to-do...
Blessing Multipair EA
- ursinho4711 replied Jan 12, 2020
Some piece of code as discussed in that thread can be used in the part "Count Open Orders, Lots and Totals" url Hm, maybe a new function? I will think about it in my sleep... (in C++ or mq5 I would work with doubly linked lists: just a chain of ...
Blessing Multipair EA
- ursinho4711 replied Jan 12, 2020
Okay, more coding ahead. But not today, my head is empty. At least I know where to start: In the start function: Count Open Orders, Lots and Totals Check for and Delete hanging pending orders Trade Selection Logic in the subfunction: Exit Trade ...
Blessing Multipair EA
- ursinho4711 replied Jan 12, 2020
As I already feared, now comes the difficult part in bugfixing... basically the EA runs. Opens pending orders. Everything was cool. Suddenly it decided to close everything: Closed 15 position because Profit Trailing Stop Reached 50% Analyzing the ...
Blessing Multipair EA
- ursinho4711 replied Jan 12, 2020
... is anyone else besides me enjoying the EA? I think it's fun watching. Better than TV...
Blessing Multipair EA
- ursinho4711 replied Jan 12, 2020
@ll! Here is another reason why I wanted to have the EA as multipair-version: now I can monitor and control all open trades via one dashboard. I can set a basket TP, basket SL, close all manually...
Blessing Multipair EA
- ursinho4711 replied Jan 12, 2020
The grid seems to work (but does it work right?):
Blessing Multipair EA
- ursinho4711 replied Jan 12, 2020
Sure BlessingLite allows it. The "only" difference to the normal Blessing is, that it runs one setting over many pairs at once. Without needing to open 28 charts and having to think about 28 setfiles...
Blessing Multipair EA
- ursinho4711 replied Jan 12, 2020
Not at all! That's want I wanted, an open discussion... So you are testing each pair in a separate chart, right? Do you use the same setfiles for them? If yes, just share it or use it over the BlessingLite. As I mentioned before: "it's running" does ...
Blessing Multipair EA
- ursinho4711 replied Jan 12, 2020
See if that one works, I changed everything to OnXXX...
Blessing Multipair EA
- ursinho4711 replied Jan 12, 2020
Any messages when you compile it in the Meta-Editor? I will change the code to OnTick when my daughter goes to sleep (probably not before midnight ;-)) )
Blessing Multipair EA