I hadn't used that block on MT5. I'm curious about the answer to your question.
Posts made by l'andorrà
-
RE: Where is the "(re)draw trades on chart" block in MT5posted in Questions & Answers
-
RE: Custom Indicator Buffers in MT5posted in Questions & Answers
Unless a real programmer correct me, there is no solution. I found myself with that exact problem and there was no answer to that question. I had to use the mq4 version.

-
RE: Horizontal line movement (SOLVED)posted in Questions & Answers
I'm afraid I don't understand tha logic behind blocks 343 and 345. Shouldn't the be referring to the same horizontal line?
-
RE: MACD Divergenceposted in Questions & Answers
I haven't tried it either but a quick way to take a first glance on it is backtesting a quick drawing an arrow every time a divergence is identified by the block.
-
RE: Hi, Can anyone help me to creating 'pending order' based on TP of my last closed trade,please?posted in Questions & Answers
@jarek said in Hi, Can anyone help me to creating 'pending order' based on TP of my last closed trade,please?:
Ok, I did as I wanted. It's not perfect, sometimes it is missing some trades probably due to some errors but I am unable to eliminate them. If you see that there is something wrong please let me know.
You should specify order type on block 9. Now buys and sells are indistinguishable. I recommend you to duplicate the whole tree setructure for buys and sells. OTOH I guess you specified 2 times on block 10 to create 2 pending orders. Right?
-
RE: 20 or more orders in the same positionposted in Questions & Answers
Before suggesting you the way to do it, are you sure your broker will allow you to do it at the exact same price?
-
RE: Multiple Pending Orders in Sequenceposted in Questions & Answers
Ok This is what I see in my quick first glance.
-
I recommend you to specify candle ID 1 on all operands of all your condition blocks. Clock on 'More settings' and you will see the place. Now you are working on candle ID 0 and that can mess things up.
-
Your current structure means that if conditions 2 and 3 are true on the same tick, two buy trades will be opened. Is that as intended?
-
Why is block 27 connected to the yellow point of block 26. I can't imagine when that condition will be true. Can you please tell me the logic behind that?
-
Your block on top of the whole structure is a 'No trade'. That means that, once there is at leasu on trade open, nothing blow it will be executed anymore. According to your fisrt post, you want that new trades are open and new pending orders are also created. In that case I recommend you to substitute that block for a 'Once per bar' one.
Try this changes and let me know.
-
-
RE: Conditional trailing stop lossposted in Questions & Answers
And once a buy/sell is open, is the following pending order supposed to be at the exact price level of that same buy/sell or a few pips beyond?
-
RE: Open a position in reverse position of previous trade (closed with stop-loss) with take-profit of same amount of loss in pips (to breakeven my previous loss)posted in Questions & Answers
Ok. Here you have some things to do:
-
Disconnect all blocks below 'buy now'. It is not recemmended to connect ANY block immediately below buy/sell now unless it is inevitable. You will have to create a separate tree of blocks from there.
-
Move 'For each trade' block on top of the new tree of blocks. Pink block need to be headed by that 'For each trade'.
-
Terminal Variables in fxDreema are used to communicate your MT4 with a different MT4 platform. Unless this is exactly what you want, don't use then. You will have to use conventional variables.
Do this changes and let me know.
-
-
RE: Is the "no position" in the mq5 builder the same as the "no trade " in the mq4 builder?posted in Questions & Answers
Yes, they are different. Answering to your title question, yes, they are the same but with different names.
-
RE: how to put stop below candle ID1 and equal or X2 tp ?posted in Questions & Answers
I'm afraid I don't fully undertand what you need. Are you asking for a blok doing that or a logic to create that condition?
-
RE: (Betting: Martingale / Paroli) NOT WORKING...posted in Bug Reports
Do you mean that no trade is open?
-
RE: Need Guide! Fractal Histogramposted in Questions & Answers
Could you please share the link of the project instead of ofering the mq4 file? That would be easier for everyone here to look at your issue?

-
RE: CUSTOM TRAILING-STOPposted in Questions & Answers
Yes, it should. But are you sure the blue trailing stop block wouldn't be more flexible and accurate for you?
-
RE: Horizontal line movement (SOLVED)posted in Questions & Answers
Below block 339 you need to add a new 'Modify Variables' block in which you need to update the value of 'Teto Maximo Permitido1' variable. Once the value is updated it will be redrawn as you wish.
-
RE: Multiple Pending Orders in Sequenceposted in Questions & Answers
The ex4 fils is apparently corrupted. Could you please select on the builder 'Projects' --> 'Create a shared copy (web link)' --> Select 'Get a link' button --> Select the created link (a new window will pop up) --> select the URL and copy it here?
That way we'll be able to check it out block by block.
-
RE: Hi, Can anyone help me to creating 'pending order' based on TP of my last closed trade,please?posted in Questions & Answers
Can you please share the latest version of your project?