@Temmy-25 You need 2 blocks to get it like this:

@Temmy-25 You need 2 blocks to get it like this:

This is the second thread you created for the same question. Please don't duplicate threads.
@Pheaktra-Capo I need the link to the project in order to check some blocks:

@sktsec Interesting. I didn't know that.
That will not work as you want because values for H0 and L0 are not fixed, but evolve in time. That will create different scenarios within the current candle. Would your strategy work on L1 and H1 instead of L0 and H0 instead?
This is the second thread you created for the exact same question. Please don't duplicate threads.
You will need a loop searching for all horizontal lines on the chart at the moment and then check if price is above each one. Once it id confirmed it is above, you will need to delete that line in order to not to be checked anymore, of course.
It looks like the indicator is repainting. Before moving on you should check it doesn't, otherwise no bot based on it will be reliable at all.
And what is supposed to happen when those limits are hit?
@AlirezaTrade You can program that on the same 'buy/sell pending order block:

That depends on the SL distance (if any), price per pip, etc. Do you know all those values before the trade is open?
Can you please share the link to your project?
@MT4Nutzer In that case you need a custom code formula doing all the calculation before the trade is open. I'm afraid I'm not your man for that,, sorry. Maybe jstap or ambrogio can help here.
You didn't do anything wrong. The proof is that mobile and backtest versions work fine. The problem is your broker. Brokers apply restrictions to their charts that are not applied on demo. Just try different brokers with the exact same bot and you will notice the difference.
This is the third time you are asking the exact same question. Please stop duplicating threads.
@Jabbar-700 You can selecte specific time frams withing any condition block:

Simply use a condition block with your signal on 4H as per my example on top of your M15 trigger blocks
This is not my field of expertise, but I think this can help:
https://fxdreema.com/forum/topic/6716/mt4-to-telegram-group/4
That block doesn't work on MT5. It is a known bug. It's only reliable on MT4. You need to use pink 'for each position' blocks instead.
@MT4Nutzer This block will count only open trades at that moment, not closed trades.
@Rafik If your demo account is using the same data as the one for backtesting (ie you didn't backtest Dukascopy data to run the bot on IC MArkets, for example), then the problem is the conditions the broker is using on demo/real markets. They can be different from those on backtest. Yes, that can happen and is not unusual, sadly.