@limited3an You can also specify an expiration time:

@limited3an You can also specify an expiration time:

@kvinvest It is a complex thing to do. Here you can find some hints.
https://fxdreema.com/forum/topic/4197/telegram-to-mt4/7
https://fxdreema.com/forum/topic/10753/can-when-right-eurusd-buy-0-1lot-in-telegram-my-ea-open-this-order/3
@darekl Please notice that no matter which news indicator you select. Your EA will never work when backtested. Those indicators are fed from external sources info that are not available for MT4/5 when backtesting.
@jstap Correct. The 'Deinit' part is activated when and only when the EA is removed from the chart.
@didymario7 Can you please share the link to your project to check it out?
@didymario7 The logic is correct. The 'pass' block is not necessary though. Is that the whole project?
@coinmaster You're right. I was confused. Please accept my apologize.
@omerkarabay I guess you should find it more easily via mql5.com.
@coinmaster You asked for this same issue in another thread. Please don't duplicate threads.
@coinmaster You will need a programmer to do the code for that requirement. fxDreema cannot do that, sorry.
@darekl You should use a 'For each trade' block on top of your structure for that 'check age' block to work properly.
@alvingbateh Welcome Alvin. Can you please create another thread for your question?
@mancuso Pero cuando dices 'cambio de TF' no acabo de entender si te refieres a cambio en el gráfico o sólo en los cálculos. Si fuera lo segundo, sería muy fácil, porque basta con especificarlo en el interior de los bloques de condición. Si lo que quieres es cambiar el grágico, eso es mucho más complicado.
@fisch1414 I can't see the martingale structure. I see buys and sells are open when those crossings happen. Is this the whole project?
@rafadeggau And what's the issue exactly?
@mancuso Do you mean changing the timeframe the EA will open trades on or the chart itself where it is activo on right now?
@kevdiaz Sólo podrás cerrar la operación ANTES de que cierre la vela en curso o bien AL INICIO de la vela siguiente. No es posible determinar el cierre exacto. Prueba la sugerencia de Tipsy.
@raveon Depending on the conditions to search for that specific trade you will need an array. Sadly this is one of the few featureas fxDreema cannot do. 