Then definitely you will need some custom code to find that 'furthest' trade each time a new one is identified. I'm afraid there is no simple fxDreema structure doing that.
Posts made by l'andorrà
-
RE: trim opposite lot sizeposted in Questions & Answers
-
RE: start from the first candleposted in Questions & Answers
Select candle ID 0 on all condition blocks. That will check the current candle only.
-
RE: Can a ea take screenshotsposted in Questions & Answers
@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.
-
RE: How to make EA open order when in support zoneposted in Questions & Answers
Yes, please share the link.
-
RE: Close First and Last positionposted in Questions & Answers
@Pheaktra-Capo Will you always consider the first one and the last one only? No intermediate trades will have to be checked?
-
RE: Add operations (or lots) to the open operationposted in Questions & Answers
@Julian2024 If all new trades are supposed to have the exact same TP distance, simply use it as a Constant value.
-
RE: trim opposite lot sizeposted in Questions & Answers
@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.
-
RE: Ea para dos graficosposted in Questions & Answers
@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.
-
RE: swaps and commissionsposted in Questions & Answers
@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:

-
RE: EA for Customer Indicatorposted in Questions & Answers
@david-m Did you check if the indicator repaints? Because if it does, the bot is doomed.
-
RE: Take trades in a day only when specific conditions are metposted in Questions & Answers
@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.
-
RE: Magic Numberposted in Questions & Answers
@starr What do you mean by 'ask again'? Are you 'ykmark' too? Are you using 2 usernames at the same time?
-
RE: How to get the price of pending order?posted in Questions & Answers
Will all pending orders be manually programmed? And are you planning to move them manually on the chart too?
-
RE: Ayuda para crear en que analice correlacionesposted in Tutorials by Users
Ya te he respondido en tu otro hilo. Por favor, no dupliques hilos para una misma consulta.
-
RE: Ea para dos graficosposted in Questions & Answers
@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.
-
RE: ea dont opn buy trade when custom indcator is addedposted in Questions & Answers
Any supertrend based indicator sucks. They repaint like crazy. I strongly recommend using a different indicator. Otherwise your bot is doomed.