@xfire I guess the amount of open trades will be variable, right? Then you will need a loop. In this case you can try asking miro or roar for that. They are the experts at loops.

Posts made by l'andorrà
-
RE: Sum profits from selected positions
-
RE: Minimum SL pips
@renatojjs You should create two separate block trees, one for each pourpose. Then you can switch off the second one (the right column in your example) by default and switch it on only when the left onw has been executed.
-
RE: Node off left side of the screen (SOLVED!)
@cdwilder1 Thank you for sharing.
-
RE: How do i set my EA to Buy Buy and Sell Sell.
@lali Can you please share the reason?
-
RE: EA works partly well
@manna7 That is the common problem of using different EAs for the same chart. You should uniofy all of them in only one same EA.
-
RE: Closing trades at total profit of account balance
@cryptoknight I'm afraid I selected the wrong option. This is the correct one, sorry:
-
RE: Que bloque y configuración debo usar en el EA para que en MT4 detecte mi indicador personalizado la linea tipo "DRAW_HISTOGRAM"
@javier-dl Lo primero que te recomiendo es que te lo subas a tu cuenta de fxDreema en formato mq4. So lo haces en ex4 lo más probable es que no funcione. ¿Lo tienes en formato mq4?
-
RE: Close losable trades - increasing amount
@mikehzzzz I can guarantee you will need at least a variable for sure!
So yes, I recommend you to take a look at variables before moving on. I'll be glad to help you then.
-
RE: EA reacts not as build
@olavvanderbeek Can you please share the link to your project?
-
RE: ATR for Stop Loss
@tcanuto Are you sure your variable 'Stop_ART' is providing an integer number result? Otherwise it will not work.
-
RE: Spread Location
@leka-0 Interesting question. I'm also interested. Does anyone know?
-
RE: Bucket of Closed Trade
@juxta14 You will need to create as many variables as requested elements of information and then remove the bucket block. Use a 'For each closed position' instead.
-
RE: Engulfing candle setup
@nestrader Firstly, you need an EXTREMELY precise and concrete list of conditions for the EA to undertand when an engulfing happens. Do you have it?
-
RE: How to eliminate stop loss?
@alex81 I'm afraid I do not understand. What do you exactly need?
-
RE: High/Low
@ramimoujaes Ok. Let's move step by step then. Who is sipposed to draw those high/low lines, the EA or you?
-
RE: How to include JAson.mqh library in FxDreema Studio and make it work
@floridabrazil Thank you very much for sharing this info.
-
RE: "Import Project" option not running
@joao Firts time I hear this. Maybe you should contact the admin.
-
RE: which blocks to use ?
@od But if TP is hit, your trade is closed. Do you mean a partial close, maybe?
-
RE: Ultimate CD indicator?
@4xfatigue Well, it depends on what you need to be compared. MACD will always offer a number far away from a MA, for example. The second is just a price level whereas the first will always be below zero. What comparisons do you exactly need?