@forexbob-0 Then you need to use this block on top of blocks 55 and 56 and assigning it a number below 80 and 97:

@forexbob-0 Then you need to use this block on top of blocks 55 and 56 and assigning it a number below 80 and 97:

Not through fxDreema, I'm afraid. You will need to do it on your own.
Sadly the only way to do it is manually. Every time you use a display menu, the tick box on its right can be ticked. You need to untick it manually.
You can use condition blocks normally but storing some info into variables beforehand and then combine more than one condition block. For example:
Variable with this calculation: candle open(1) && candle open(2)
Condition block 1. candle close(1) > variable result from previous calculation.
And so on.
Could you please provide more info?
You can use candles instead of time. You can know that candle ID of both 23:00 and 03:00 according to the timeframe the bot is ON. Then do tha calculation.
I guess your conditions are very restrictive. Are you sure all of them can happen on the chart at the same time? I recommend to try them one by one instead of all of three at the same time just to check if that is the problem.
As Alan said, could you please share the link to the project?
@Mdfaculty You can do it with current profit/loss instead of trades. If I get your idea correctly, you just need to close all trades when the global profit right now is $75.00. You don't need to count trades, simply close all of them when that profit is hit by using this block:

Block 20 is unnecessary, you can remove it. The problem is that both BE and TS blocks are conflicting each other. The TS block will always work before the BE with its current configuration, this is why it doesn't work. You need to find a different configuration for both blocks to avoid that.
I strongly recommend to use a max limit of open trades before moving on. Otherwise the bot will simply go crazy. What max number of open trades at the same time you'd be ready to accept?
Could you please me more specific? What do you exactly mean by 'floor and ceiling pivot'?
Ok. Now we can focus on the time limit or higher profit determining when the SL is to be moved. Is there a minimum time or a minimum profit beyond 1 pip? If so, how much of one or the other?
This is the second thread you created for the same request. Please don't duplicate threads.
That's certainly weird, but I have to say brokers are getting crazier over time.
This is the second thread you created for the same request. Please don't duplicate threads.
Does the indicator repaint? Because if it does, the EA is doomed.