@kestra All those 'For each trade' blocks are unnecessar because there is an 'If trade' block on top. You can remove them.
Posts made by l'andorrà
-
RE: PARTIAL CLOSEposted in Questions & Answers
-
RE: MT5 Calendar Eventsposted in Questions & Answers
@vish AFAIK any news filter in fxDreema will need custom code. I'm afraid there is no block combination letting it happen without custom code.
-
RE: SuperTrend (Non Repainting). Higher time frame Colour Change as macro signal to lower timeframeposted in Questions & Answers
@edify-1984 Can you please share the link to your project instead? That would help us to look at it:

-
RE: SuperTrend (Non Repainting). Higher time frame Colour Change as macro signal to lower timeframeposted in Questions & Answers
@jstap My screenshot was just an example. Obviously both operands should be coordinated.
-
RE: Hello how can I create dashboard with fxdreemaposted in Questions & Answers
@frank-2 The link is not working. Can you please check it out?
-
RE: Is this a bug or what?posted in Bug Reports
@uriel-0 Una forma sencilla de limitar la cantidad máxima de operaciones por grupo es usar este bloque:

-
RE: What are the advantage of paid fxdreema apart from auto conversionposted in Questions & Answers
@ebukaitalian Honestly, if you are not a programmer, you'd better pay someone to do your code. fxDreema is wonderful, but you will need a lot of time to master it or finding someone teaching you how to do it. Just my personal opinion.
-
RE: Close a position before the stop lossposted in Questions & Answers
@piotras10000 Yes, of course, but the problem is that I don't see what criteria are required for that to happen. What do you need the EA to search on the market exactly?
-
RE: Trouble with Heikin Ashi indicatorposted in Questions & Answers
@felipe1169 Can you please share the link to your project? That will help us to find the problem.
-
RE: EA not active on my manual tradeposted in Questions & Answers
@aisar Well, you will need a combination of variables controling each layer. And each layer will need a 'For each trade' block on top. Certainly not a trivial project to implement.
-
RE: modify stop loss based on magic numberposted in Questions & Answers
@piptheripper An interesting question. Initially, I would say that it is not possible with fxDreema, but I'm sure custom code can do. I'm curious about the answer.
-
RE: Close all trades when oldest trade is x minutes oldposted in Questions & Answers
@learningfx That is weird because 'any symbol' should search for all open trade no matter what symbol is it from. Are you maybe combining forex charts with non forex? Nox forex charts NEED to be defined in the pip size rules because they are not there by default.
-
RE: Repeat Closed Trade Parameters? 🤔posted in Questions & Answers
@davidmcc You can do that by using the 'on trade' tab with these blocks:

You wil need to create a variable as per the example.
-
RE: SuperTrend (Non Repainting). Higher time frame Colour Change as macro signal to lower timeframeposted in Questions & Answers
@edify-1984 You can connect 'condition' blocks with different timeframes to check like this:

However, are you completely sure is there a supertrend indy tat doesn't repaint. I'm very skeptical.
-
RE: PARTIAL CLOSEposted in Questions & Answers
@kestra I need to tale a look at the current project. Can you please share the link to it?
-
RE: Ideas for pre-market spread spike stop-out avoidance?posted in Questions & Answers
@gwydaer I usually a combination of those three options. Depending on the symbol and your broker one will always be more efficient than the other. You will need to test as jstap suggested.
-
RE: Is this a bug or what?posted in Bug Reports
@uriel-0 El problema no es ese. Es que en el primer bloque 'No trade' defines tres grupos llamados 1,2 y 3 que luego no se corresponden con los de los bloques de compra y venta. Eso impide que los grupos estén correctamente definidos. Veo que usas unas variables con letras. Debes haces que la definición arriba encaje exactamente con la de abajo.
-
RE: Define week numberposted in Questions & Answers
@ftsio Than you can add a second filter specifying that trades are withing the same monthly candle. That filter should apply before that of the weekly filter. Obviously these filters whould be checked on a daily basis.