@uriel-0 Forget the 'cucket of positions' block. Use a simple variable and a 'For each position' blocks instead with a formula block below. You will get that info on real time.
Posts made by l'andorrà
-
RE: How to show all Pips of open positionsposted in Questions & Answers
-
RE: fxDreema auto change my job from MQL5 to MQL4posted in Bug Reports
@xdv This is really weird. Did you try to recover previous action from the history tool?
-
RE: i dont wont to reset martigale here is the problemposted in Questions & Answers
@frank-2 Ok. Then you can try this:

-
RE: Draw Objects on Chart during Visual backtest?posted in Questions & Answers
@mantadiver You can do it as jstap suggets. However, please remember that you will need to remove them from the chart also. Otherwise your visual backtest will be flodded with objects.
-
RE: MA cross ea not working. Helpposted in Questions & Answers
@lambarda What lines are supposed to be considered? You are comparing some objects that are not generated by the EA apparently.
-
RE: Enable indicator constants so I can optimize.posted in Questions & Answers
@ontradingx You can try to emulate the buffers by following these tutorials. Maybe it works in your case:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-file -
RE: anyone can guide me for ea grid buy and sell in the same timeposted in Questions & Answers
@watcharapon Are all open trades closed separatedly or at once?
-
RE: i dont wont to reset martigale here is the problemposted in Questions & Answers
@frank-2 Agreed. Martingale is a losing strategy You shoukd try t find a more effective strategy instead.
-
RE: Using groups to place orders?posted in Questions & Answers
@iagnew This is weird because there is no limit gor groups as far as I know, but I admit I never created as many as you. You should try to rplicate your EA with less groups and the test it. Maybe you found an unknown bug.
-
RE: Want Ea to change directionposted in Questions & Answers
@anslembrath Blocks 1, 34 and 37 are unnecessary. You can remove them. Other than that your current logic is correct. I don't fully understand whay you need exactly.
-
RE: my ea not workingposted in Questions & Answers
@frank-2 None of those blocks on the 'on trade' tab will work there. You need to move them all to the 'on tick' tab. Otherwise those 'for each trade' loops will never be executed.
-
RE: problema fibonacciposted in Questions & Answers
@l-andorrà La idea es esta:

Necesitas saber los precios en los que se ubican los valores 0 y 100% y esos son los de las variables high1 y low1. Luego se calcula la distancia en pips entre ellos y se aplica el procentaje que tu deseas, en el bloque 2. Finalmente el tercero encuentra el precio de dicho nivel. Espero que sea fácil de entender.
-
RE: hello need helpposted in Questions & Answers
@frank-2 50 open trades per direction? They will ner open at the same price. The EA need time to execute them all and this means you will have different open prices depending on the market volatility at that moment.
-
RE: Trade on Next candleposted in Questions & Answers
@wctrade36 If I understand it correctly you need the whole candle to be above the 200MA? If so you can do this:

-
RE: check if no positionposted in Questions & Answers
@smartcity-0 Can you please share the link to your project?
-
RE: Phone notification only showing one timeframeposted in Questions & Answers
@drewliedadeuce Could you please share the llink to the project?
-
RE: Como detectar donde el EA o Bot esta detenidoposted in Questions & Answers
@rodrigo-ortuzar Uriel tiene razón. Debes separar los bloques 24 y 25. Has de crear dos árboles de cindiciones separados. Uno para abrir operaciones y otro distinto para cerrarlas. Pruébalo y verás como ahora se cierran bien.
-
RE: Trailing TP of group trades with TP lineposted in Questions & Answers
@djpekko Do you mean a manually selected horizontal line? If so yes, it is possible. You need to open all trades without any initial TP and then make the EA to search that line s that all open trades use it as its common TP. And no, you cannot use the as total pip(sum). That is for individual/separated trades only.
