You can connect a pink 'for each closed trade' immediately below it and select the last closed trade in it.
Posts made by l'andorrà
-
RE: Position closed event with takeprofit/Stoploss on mql5 problem on MT5 build 4153 doesn't workposted in Bug Reports
-
RE: Vela finalizadaposted in Questions & Answers
Siempre puedes comparar que el SL o el TP no sean exactamente el mismo en el mismo momento en que se lanza la operación, pero para eso necesitas una variable que almacene el valor de la operación ya abierta o crear un bucle que busque esa información.
-
RE: I need help automating my Strategy on MT4posted in Questions & Answers
@Cpt_Cook Wait. Are you also using 'thetrader' username. What is the point of using 2 different fxDreema accounts?
-
RE: The Bug is in Partial Close MT5posted in Bug Reports
Considering this is not the only issue related to the MT5 version of fxDreema I'm seriously thinking not to use it for a loooong time. The admin definitely needs to review all the mql5 code part here.
-
RE: Simple pending order from a horizontal line?posted in Questions & Answers
Definitely using variables IS THE solution. Forget using lines. Could you please share the link to your project? I will review the variables part.
-
RE: delete pending order when a new condition occursposted in Questions & Answers
Yes. Just add a 'delete pending order' blocks immediately above your 'buy/sell pending order' block.
-
RE: Drawing a line Each Dayposted in General Discussions
Could you please share the link to the latest version?
-
RE: I need help automating my Strategy on MT4posted in Questions & Answers
I can help. However, I will not build the whole structure from scratch. Your participation is expected.
Do you have any initial fxDreema project? If so, please share the link to it and we'll move on from there. -
RE: The Bug is in Partial Close MT5posted in Bug Reports
No problem, man. Let us know what you get.

-
RE: Drawing a line in another chartposted in Questions & Answers
You select AUDUSD in the 'Symbol' option in all necessary condition blocks but run the EA on the EURUSD chart.
-
RE: multiple trades problemposted in Questions & Answers
Because there is no restriction in the EA avoiding that to happen. Do you need one only buy and one only sell every time the bot is active, maybe?
-
RE: How do I calculate the time between 2 trades?posted in Questions & Answers
@jstap Is that '+300' an arbitrary period in seconds?
-
RE: The Bug is in Partial Close MT5posted in Bug Reports
The problem is that you connected a loop (for each trade) below a block that is supposed to be executed once and below another loop block (unrealized profit. Finally a turn off block is messing it all . You definitely need separate block trees. Firstly, remove block 83 forever. Then disconnect blocks 81 and 71. Finally, connect block 91 to the yellow output dot of block 85 instead. That should work.
-
RE: Drawing a line Each Dayposted in General Discussions
@wadz91 Did you try what I suggested in my previous post?
-
RE: How to check Accuracy of the Indicator signalsposted in Questions & Answers
Before trying anything in fxDreema you should backtest manually if it an effective indicator. Trust me, if it isn't (as is in most cases) you'll have saved a lot of headache and frustration.