@Ben-Romewel You need to do this in the 'on trade' tab:

@Ben-Romewel You need to do this in the 'on trade' tab:

@mumohamadmu I'm not sure I fully understand what you mean by this. 'If the price declines before the first target and declines after the first deal...'
@zullk21 You can also connect these blocks immediately above your 'buy/sell now' blocks:

Are you sure you are emulating the input parameters of that custom indicator as explained in this tutorial?
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
@Joomlun I'm afraid the only person who could do that is the admin, and personally I don't think he will. Maybe you can contact him directly and ask for it.
@pharmlatex Your logic is correct. You just need to remove the 'if trade' block and then use hour and minute details and not using seconds as you are doing now. I mean you need to use 23:00 instead of 23:00:00. Then it will work.
@User17543 As jstap said, 'AND' blocks are completely unnecessary. You can remove them all and never use them again. Just connect one to block to the next one to get the exact same result.
On the slow execution, sadly this is the price we have to pay for using fxDreema. No EA created here will ever be as efficiently executed as a custom code designed one. But we do not need to be programmers to use fxDreema. 
En ese caso debes substituir el bloque 'pass' de la parte superior por uno verde 'once per bar'.
@Pascal-0 No. They are completely different. You are selecting texts as the origin of the information while I selected the object (your rectangle).
@Pascal-0 You need this configuration to find info related to both vertical and horizontal lines on a rectangle. Those vertical are the times you are looking for:
@CryptoKnight1-0 The problem is in the buffers. fXDreema cannot find them. You will have to emulate them as explained in this tutorial:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
However, there is no 100% guaranteed they will work, though.
@salek La forma más fácil de hacerlo es esta:

You can create a condition doing that by using a variable.
The only way to do what you want is by communicating both MT platforms. No structure like the one you created or similar can do that. You need terminal variables for sure and then additional custom code to get it.