@baccicin Yes, it is possible, but you need to be a coder to do it properly. It can be VERY messy because fxDreema cose is effective but not efficient from a coding perspective. thousands of lines will be added and you need to be very cautious to 'join' them.
Posts made by l'andorrà
-
RE: how to insert an ea into another oneposted in Questions & Answers
-
RE: How to delete pending order after 5 barposted in Questions & Answers
@limited3an You can also specify an expiration time:

-
RE: How to read signals from Telegram channel ?posted in Questions & Answers
@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 -
RE: News Indicatorposted in Questions & Answers
@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.
-
RE: Does "Deinit" ACTIVATE when PC is turned of or forex hours close?posted in Questions & Answers
@jstap Correct. The 'Deinit' part is activated when and only when the EA is removed from the chart.
-
RE: No Pending order near byposted in Questions & Answers
@didymario7 Can you please share the link to your project to check it out?
-
RE: How to store a set of conditions as a variableposted in Questions & Answers
@didymario7 The logic is correct. The 'pass' block is not necessary though. Is that the whole project?
-
RE: "Write to file" for all passes during optimization in mt5?posted in Questions & Answers
@coinmaster You're right. I was confused. Please accept my apologize.
-
RE: tillson indicator t3maposted in Questions & Answers
@omerkarabay I guess you should find it more easily via mql5.com.
-
RE: "Write to file" for all passes during optimization in mt5?posted in Questions & Answers
@coinmaster You asked for this same issue in another thread. Please don't duplicate threads.
-
RE: Multi-symbol variablesposted in Questions & Answers
@coinmaster You will need a programmer to do the code for that requirement. fxDreema cannot do that, sorry.
-
RE: Check for consecutive losses for a pair within last 15 secondsposted in Questions & Answers
@darekl You should use a 'For each trade' block on top of your structure for that 'check age' block to work properly.
-
RE: Robot in real account?Who can help me?posted in Questions & Answers
@alvingbateh Welcome Alvin. Can you please create another thread for your question?
-
RE: I need help!posted in Questions & Answers
@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.
-
RE: Martingale EA with Trailing TP (by groups)posted in General Discussions
@fisch1414 I can't see the martingale structure. I see buys and sells are open when those crossings happen. Is this the whole project?
-
RE: Difficulty drawing Fibonacciposted in Questions & Answers
@rafadeggau And what's the issue exactly?
-
RE: I need help!posted in Questions & Answers
@mancuso Do you mean changing the timeframe the EA will open trades on or the chart itself where it is activo on right now?
-
RE: Cerrar operacion en cierra de vela si esta en positivoposted in Questions & Answers
@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.
