@lrswatson I recommend you to disconnect blocks 47 fropm block 13. You need that part of teh EA to be independent. Then you should substitute block 13 by a 'for each trade' block. Finally you will need a pink 'once per trade' block between both 'add to volume' blocks.
Posts made by l'andorrà
-
RE: Ladder in and out of positionsposted in Questions & Answers
-
RE: If price in zone function?posted in Questions & Answers
@yoloyacht Is thet rectangle manually drawn or created by an indicator?
-
RE: Critical errorposted in Bug Reports
@stefnofera93 said in Critical error:
shared/KoIWtvq7
I'm not an expert at critical errors, but I would remove both 'for each trade' blocks and substitute them by a single 'Pass' block on top of both 'trailing stop' and 'breakeven' blocks.
-
RE: Can the built in Trailing Stop Trigger an action?posted in Questions & Answers
@raveon Not directly. You will need to create a separate block tree identifiying when the trade was closed by a SL moved by the TS.
-
RE: Increase volume every 30 pips in favor of profit.posted in General Discussions
@mateus_f You can use the 'add to volume' block, but that will open a new trade right there. That's the only way I know fxDreema can do that.
-
RE: I have a candle stick template and a trailing stop. Nothing is working on this ea.posted in Questions & Answers
@michaelgstrainjr Can you please share the link to the project intead of the mq5 file? That will be easier to look at.
-
RE: variable cambia a cero en cuenta demo pero funciona perfecto en el probador de estrategiaposted in Questions & Answers
@cristian-0 Pueden haber muchos motivos. Es posible que el broker imponga condiciones de mercado que no son aplicabes en el probador de estrategia. Eso loe he vivido en más de una ocasión. Especialmente con cuestiones relacionadas con el spread y el slippage. Si quieres compartir, el enlace de tu proyecto, le puedo echar un vistazo.
-
RE: TEXT - setup to only have text visible on condition, otherwise no text.posted in Questions & Answers
@johann-0 Thejn you need another condition to specify when the text should be deleted.
-
RE: NNFX BASE FRAME (PRE FINAL ver. - updated 05/05/2021)posted in Tutorials by Users
@johann-0 I see some 'condition' blocks are working on cnadle ID 1 whereas others on candle ID 0. Be careful with that.
-
RE: MACD Level captured in a variable?posted in Questions & Answers
@highmoose Do you mean the exact number at the crossing? Then no. What we see as human traders is a visual effect. The only real values for the MACD lines are those after and before the crossing, but never the value inbetween.
-
RE: How can I reverse the condition for each candle ?posted in Questions & Answers
@khalids222 Then you should use a 'No trade' block for buys only on top of the left tree and an 'if trade' blocks for buys on top of the right one.
-
RE: indicator alarm detection?posted in Questions & Answers
@max-c It depends on the indicator's buffers. In my experience, mq5 indicators are not working on fxDreema most of the time, but you can try. Did you import it into your fxDreema account?
-
RE: ADJUST - calculations helpposted in Questions & Answers
@johann-0 Good to know. Thank you for the feedback.
-
RE: Trade entry on color change of indicator lineposted in Questions & Answers
@mikev_303 This is a common problem in fxDreema. You will need a programmer to change the indicator's code in order to make the buffers available to fxDreema. Now they aren't.
-
RE: I have a candle stick template and a trailing stop. Nothing is working on this ea.posted in Questions & Answers
@michaelgstrainjr Can you please share the link to your project?
-
RE: How can I reverse the condition for each candle ?posted in Questions & Answers
@khalids222 Not sure I fully understand. Aren't they the exact conditions you are requesting?
-
RE: ADJUST - calculations helpposted in Questions & Answers
@johann-0 Never tried it, but this is how I would try it.

