You're welcome. 
Posts made by isp00rt
-
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?
-
Weird problem with my EA's codeposted in Questions & Answers
I found a very weird problem with my EA. I'm running it in two MT4 platforms: same code, same broker, different demo account and different VPS. In one of them it works perfectly, but in the other one it doesn't. I got an error message saying this:
'Array out of range in <My_EA>: (2219,14)'
I compiled the code in both platforms and no errors were identified. Could someone please tell me what is happening?
-
RE: Payment Declineposted in Questions & Answers
Maybe your credit card's national authorities have problem with Fxdreema's country (Bulgaria)?
-
RE: How to change ID for specific block?posted in Questions & Answers
Firstly check out that the ID you want to use is not already used by another block. Then put your cursor on the ID you want to change and simply write the new ID.
-
RE: Remove pending hedge ordersposted in Questions & Answers
Then I'm afraid that goes beyond my possibilities. My knowledge of Fxdreema is not good enough to do something like that, I'm very sorry. Probably there will be someone who will be able to help you.
-
RE: Remove pending hedge ordersposted in Questions & Answers
So, you mean that pending orders are NOT on the same chart. Right? Is there an equal amount of open orders and pending orders?
-
RE: I need to know how to execute my EA on each time the condition is true.posted in Questions & Answers
More than probably one or more conditions are not properly defined. Could you please detail what conditions must be executed?
-
RE: Remove pending hedge ordersposted in Questions & Answers
It depends. Will there be more than one pending order for every open order right now?
