@fx-god This block will take the screenshot:

However, I don't know how to make that images sent to your email/Telegram. You will need custom code to get that.
@fx-god This block will take the screenshot:

However, I don't know how to make that images sent to your email/Telegram. You will need custom code to get that.
Yes, please share the link.
@Pheaktra-Capo Will you always consider the first one and the last one only? No intermediate trades will have to be checked?
@Julian2024 If all new trades are supposed to have the exact same TP distance, simply use it as a Constant value.
@nahimh That is far more complicated. How many open trades should be considered? Will the criteria to trim a trade change (now the second one, then the fourth one, etc)? If so you will need a custom code array to get that.
@Jaico Para probarlo en MT5 lo que necesitas es algo disinto. Hay que usar este bloque en la parte superior de la estructura que debe comprobar esas condiciones:

Además, todos los charts que desaeas usar deben estar activos en la ventana de Market Watch de la plataforma en el momento del testeo.
@nahimh AFAIK the only way to do it automatically is by using custom code. You can do it manually by inserting those values as constants and then sum them up into a variable that can be used here:

@david-m Did you check if the indicator repaints? Because if it does, the bot is doomed.
@shivam007 You can use this basic structure:
https://fxdreema.com/shared/sqYgUA9gc
The grey block called 'your launcher here' needs to be the block on top of the structure opening your trades. Only when the condition on block 3 is true, the structure will be fully operational and will be automatically closed every day at the beginning of the trading session.
@starr What do you mean by 'ask again'? Are you 'ykmark' too? Are you using 2 usernames at the same time?
Will all pending orders be manually programmed? And are you planning to move them manually on the chart too?
Ya te he respondido en tu otro hilo. Por favor, no dupliques hilos para una misma consulta.
@Jaico Lo puedes especificar dentro del propio bloque de condition, así:

Si necesitas consultar más de un chart a la vez, puedes escribirlos todos manualmente separados por comas.
Any supertrend based indicator sucks. They repaint like crazy. I strongly recommend using a different indicator. Otherwise your bot is doomed.
@borhanEA You can do it this way:

@borhanEA You can do it this way:
