'For each position' doesn't work either. Not a single trade for group 2 is opened. Is there any way to create two separate groups of trades in which the second one must be repeatedly checked and not just once? I begin to believe that it's not possible. 
Posts made by isp00rt
-
RE: Beginning with groupsposted in Questions & Answers
-
RE: Beginning with groupsposted in Questions & Answers
I tried with an 'if trade' block, but obviously no buys orders were opened.
Any idea? -
RE: Lost editing options, private messages and other stuffposted in General Discussions
No problem to me either.
-
RE: Beginning with groupsposted in Questions & Answers
@spuzy said in Beginning with groups:
I fail to understand the problem in the first question. this will open only 1 trade for group 1, but group 2 will open any time both the conditions are true. isn't that what you want?
Yes that's exactly what I want, but unfortunately one single trade belonging to group 2 is opened, no matter how many times all conditions are true. I know I need to 'envelope' all group 2 conditions but that's what I don't know how to do. Which block can I use on top of group 2 buys to identify those trades as belonging to that group? I tried 'Bucket of trades', but it doesn't work at all. Not a single group 2 trade is opened.
Any suggestion?
-
RE: FxDreema is awesome!posted in General Discussions
@angela said in FxDreema is awesome!:
I don't agree at all
The reasons:-
On the face value it looks great and very user friendly, but it is not so. There are so many complexities and condusions
-
I dare ask if anybody has been able to make a complete running EA? Can he share this with us guys ?
-
The admins/ creator have shown or shared no example of a running EA for the users
why ? I don't understand. -
The admin is requested to share fully working ea's atleast 10 so that we do not grope in dark
-
There seems to be no support from a dedicated admin. If you guys are charging from us then there has to be a fully operation demo guide and a staff person to help in the problems. You have left this to user groups to help each other
-
I partially agree. What the admin doesn't say is that THINKING AND PLANNING as a mql4/mql5 programmer is required. It is true that no language programming is required, but knowing how LOGIC rules do is a must.
-
I can show you up to 6 of my fully functional EAs that work. Unfortunately the simply destroy any balance you put into your account :).
-
Read previous answer.
-
Read answer 2. You need to have a good strategy BEFORE designing any EA.
-
I completely agree. That is a tragedy. Here is where fxDreema simply fails. Admin's intervention in this forum is simply too meager for the money we pay.
-
-
RE: Beginning with groupsposted in Questions & Answers
Thank you musabbb. I guessed duplicating groups would work. And what can you tell me about problem 1? Any hint?
-
RE: Beginning with groupsposted in Questions & Answers
I found a second problem. I added a structure for closing trades from both groups:
https://fxdreema.com/shared/ZcAR4T01d
Now when a trade from group 1 achieves its target (50 pips), the group 2 trade is closed simultanoeusly no matter what. What I want is that every trade has that same target, no matter what group they belong to. In summary:
- What block should I use on top of block 5 to identify the origin of group 2 ('no position' and 'if position' are not an option?
- How can I specifiy that all trades from both groups are closed at the same pips distance and not when the first one touches that level?
-
RE: Beginning with groupsposted in Questions & Answers
This is a short version of my project (for buys only):
https://fxdreema.com/shared/UGX0egcub
Group 1 trades are opened correctly. As musabbb said the group's number is detailed at the beginning and the end of the left thread.
Problem is on Group 2. Now I know why: there's no 'initial' group namimg on top of the right thread. But I cannot put a 'No position' block there because I want to open as many buy trades as possible by using those conditions on the right. What block should I use there then?
-
Beginning with groupsposted in Questions & Answers
I recently discovered how useful trade groups can be. My problem is I don't fully understand how they work. I see I can define a group on each Buy/Sell block but I also see I need to define that same group on top of the conditions leading to that buy/sell block. I see I can use 'If trade', 'No trade', etc.
My problem is at creating the second group. I can specify it on Buy/sell block again, but what if I cannot use 'No trade' block on top because I want many trades on that 2nd group? I cannot use 'If trade' either because there would not be a first trade for the second group. How can I define then the origin of conditions of that 2nd group?
-
RE: indicator could not load mt5 backtestposted in Questions & Answers
This is a serious problem on fxDreema right now. I am waiting for a solution to that same problem for more than one month ago, but to no avail so far... The administratos is completely ignoring all problems gathering on Bugs forum.

-
RE: Same blocks, different results for MT5posted in Bug Reports
@ambrogio Thank you for your interest.
-
RE: My first manually customized indicator doesn't work?posted in Questions & Answers
New try with a new indicator. Exactly the same result.
0_1556532240817_ZigzagColor.mq5

https://fxdreema.com/shared/a7VlZJYne
Could you please confirm you get the same result too?
-
RE: Same blocks, different results for MT5posted in Bug Reports
A long vacation for 27 days (look at my first message's date)?
-
Same blocks, different results for MT5posted in Bug Reports
Miro1360 created a wonderful pip counter EA that works fine for MT4:
https://fxdreema.com/shared/x75d43Fwc
I copied that same structure for MT5 here with just one minor change:
https://fxdreema.com/shared/XmqSpHRhc
But it doesn't work correctly due to 2 problems. Firstly closed trades losses are not counted as negative but positive. On the other hand, spread is correctly ignored in the MT4 version whereas it is wrongly included in the MT5 version.
Could you please take a look on it?
-
RE: Quick question for Miro1360posted in Questions & Answers
I'm afraid I disagree. This is not required for the MT4 version:
https://fxdreema.com/shared/x75d43Fwc
Negative results are correctly substracted there. Something is not working properly in the MT5 version, I'm afraid.