Hi Cartujin,
Firstly, thank you for your suggestion. However, I'm not sure having two different logic trees would solve it. Why separating them when both must be under a 'For each trade' Block? I'm afraid I don't understand the logic behind that. Could you please explain a bit more?
Posts made by isp00rt
-
RE: Quick question about this trailing stopposted in Questions & Answers
-
RE: News tradingposted in Questions & Answers
I don't think that is possible with FxDreema. How could you connect any 'news' source with your EA?
-
RE: Quick question about this trailing stopposted in Questions & Answers
I think that showing an image will be easier to explain my problem. This is what I want:
- Once the price reaches a profit of 20 pips, move SL to Break Even. Only then...
- Activate a trailing-stop so that every new 10 profit pips the SL also moves 10 pips forward. This means that the trailing-stop will begin to move only when a 30 pips profit has been acheived.
This how I configured the blocks, but only point 1 works correctly.

Any hint why the trailing stop is not working?
-
RE: Quick question about this trailing stopposted in Questions & Answers
I revisited this thread to check the solution suggested to my initial problem and it seems the example link by josecortesllobat is wrong: no trailing stop solution is included there. Could you please confirm it?
-
RE: Help, my EA does not open orders!!!!posted in Questions & Answers
Pretty weird. Can you please show us your block structure?
-
RE: Use variables in buy now and other 'condition' nodesposted in Questions & Answers
Have you created those variables at the 'Variables' tab of the builder? If so you must select them by right clicking on the SL/TP fields of the block.
-
RE: Quick question about 'Send email' blockposted in Questions & Answers
I got another unexpected problem. I don't know why but every time I try a test message to confirm emails can be send I get a message saying 'Mail: not enough space for Test Message' at the Experts tab. What is this space exactly? I confirmed all mail information (smtp server, login, etc.) works properly. I know it because it works well in another MT4 of the same broker but with a different demop account.
-
RE: check the profit of bucket of trades in pipsposted in Questions & Answers
I see you want a pip counter like mine. Take a look at this thread. I think it will be useful for you.
https://fxdreema.com/forum/topic/5214/help-wanted-please?page=1
-
RE: open only 1 or 2 orders a dayposted in Questions & Answers
Add a variable as a condition block before the buy/sell block. That's the easiest way IMHO.
-
RE: Quick question about 'Send email' blockposted in Questions & Answers
Now I understand why it happens every tick. I didn't take into account that the block is in the 'On tick' tab :). Could someone please tell me in which other tab should it be put in order to be executed just once?
-
RE: hello,help pleaseposted in Questions & Answers
So there will not be a new trade until the previous one was closed. Correct?
-
Quick question about 'Send email' blockposted in Questions & Answers
I recently used the 'Send email' block for the first time and it works well except for a single littele problem: it sends an email every tick so that my email account is flooded with the same message.
How can I specify at the block that I want a single message sent and not one per tick?
-
RE: hello,help pleaseposted in Questions & Answers
Do you mean consecutive open trades (simultaneously) or closed ones?
-
Problem visualizing blockposted in Bug Reports
I don't know why but the 'Trailing stop' block here is seen abnormally wide with a strage text at the 'Group#' display:
https://fxdreema.com/shared/ANoxiwvAd
Is that normal?
-
RE: Weird problem with my EA's codeposted in Questions & Answers
Apparently it was a kind of random error. I've been testing for a week now and apparently it works smoothly. Weird.
-
RE: Bucket of closed tradesposted in Questions & Answers
@fxdreema Then what is that pips option for? How does it work? Can I select a bunch of closed trades considering the amount of pips they got?
-
RE: closing tradesposted in Questions & Answers
Easy. Put the indicator to pass on the block 'Condition' and then connect to it the block 'Close Trades'.
-
RE: Bucket of closed tradesposted in Questions & Answers
I would like to ask a different thing about this interesting block. Let's see the following configuration:

If I understand it correctly, this block will pass when the following conditions are met:
- All closed trades from any symbol in the History so far are checked.
- The overall amount of accumulated pips for all those closed trades is calculated.
- Only those closed trades whose pips result is above the overall amount of 150 are being considered.
Let me give you an example. There are 11 closed trades so far. The first 8 ones sum up for +148 pips. The ninth one is summing up +20 pips. That means that the block only passes when this ninth (and any following) trade is closed. Am I right?
