Try this so always showing the result, on mt4 this will show the last trade profit:

Try this so always showing the result, on mt4 this will show the last trade profit:

Add a shared link so I can see how this is set up
Put that variable into a comment block and see what is being returned... if trade placed is not from the same EA you are reading this value you need to select all automatic and manually placed in the group option
on trade tab - trade(position) closed set to SL - for each trade(position) set to 1 newest to oldest - modify variable (create double variable named what you want) and save the loop profit price. This will give you a variable to use for other actions.
I assume this did what was needed, I use ChatGPT for this type of code, the problem is that the FX trade time returns as a string, not a number. This is MT4 but will show you what I mean:
Use candle 1 for your price levels:

Groups are what a trade is placed in, when you place a trade you give it a group number at the top of the block, so your conditions above are what says to place the trade, you can then use the group number in other blocks to control the trade.
Button is the only way I know, you could place a pending order that places the new and then deletes, but this is not as simple as a live trade. This is how to use a button on tick: https://fxdreema.com/shared/yfqIa8vMd
Looks like it should work, have you tried another indicator? Maybe this will say weather that indicator is the problem...
What is this not doing correctly? you need to limit the orders placed with a check pending orders block.
Little bit different depending on DST change and your country... if this is taken into consideration you would need a custom code block (AI can create this for you), 5min before is close for comfort as close will some times happen 15min before, the time filter block will commit an action at your specific time daily so... time block - close block
Yes or not... but depending on what you mean yes it is possible, the indicator tab in your project page allows you to add indicators and then use it while creating the EA.
You can create a free scalping EA here, but it will not be complete... just working. mql5 website has many but if good will cost to purchase. Your best bet is to decide on a strategy, create, test, test... then you may get a working EA.