Sí, hay otras formas, pero antes me gustaría que me aclarases qué pasa si la operación está en ganancia en la barra 11 pero en pérdida en la 12. ¿También se cerraría de forma automática?
Posts made by l'andorrà
-
RE: salida cronometrada en perdidasposted in Questions & Answers
-
RE: PENDING ORDERS FROM TRIGGERED PENDING ORDERSposted in Questions & Answers
It should. Could you please share the link to your project?
-
RE: Helping to code this strategyposted in Questions & Answers
I have some initial questions:
- Is the first distance (considered from current price at the moment or based on other criteria?
- Are 2500, 2515 and 2485 values price levels or pips distances?
-
RE: help Indicador 2 buy and sellposted in Questions & Answers
@Jaico ¿Puedes compartir la última versión del bot para que la pueda estudiar?
-
RE: Error (10029) (10013)posted in Questions & Answers
I'm not a programmer, but I know fxDreema for MT5 is far less reliable than for MT4. I guess the problem can be there. However, a programmer would be more helpful here.
-
RE: Put Total Profit Of Account On Chartposted in Questions & Answers
@amiinkiaei Yes, the question is why don't you try it yourself?
-
RE: Global variablesposted in Questions & Answers
@alhammeed1990 As Lacone said, they are useful for very special cases. And your bot is not one of those cases. So first we need to substitute those terminal variables for 'normal' ones.
Using something in fxDreema without having a reason why will lead to this same situation in the future.
I know fxDreema is unintuitive, but this is why this forum is for.So the first think you need to do is removing all those 'terminal variable' option selected on all your blocks and create as many variables (not the terminal ones) as required to substitute them.
-
RE: Put Total Profit Of Account On Chartposted in Questions & Answers
@amiinkiaei Remove blocks 7 and 8. The disconnect blocks number 6 and connect it below a 'pass' block on a separate block tree.
-
RE: Calculate lot size based on drawdown or last trade loss amount.posted in Questions & Answers
You need to do those calculations with variables. There is no block in fxDreema doing that.
-
RE: Problem with the use of ATRposted in Questions & Answers
@VHV-Profit-Masters Debes escribir a mano el nombre de la variable en lugar de seleccionarla con normalidad. Debes hacerlo después de escribir la estrela de multiplicación:

-
RE: EA that trade without uploading custom indicatorposted in Questions & Answers
@Sunday-Benjamin That is only possible if the indicator creates objects that can be identified by the platform on the 'objects' window. If they are not, it s not possible. Is that case?
-
RE: PLEASE HELP ME GUYS. Unstable EAposted in Questions & Answers
@joeDIAMONDS Your current structure to open opposite trades is correctly done. You just need to use variables to double the lot size. Are you familiar with variables?
-
RE: Put Total Profit Of Account On Chartposted in Questions & Answers
@amiinkiaei Can you please share the link to your MT5 project? I will review it.
-
RE: parametros en cero siempreposted in Questions & Answers
Pues entonces es más raro de lo que hasta ahora he visto en fxDreema. deberías contactar con el admin y preguntare qué pasa.
-
RE: open a new position on profitposted in Questions & Answers
@john156 Then you need to use a loop designed to identify if all open trades are in profit. There is no fxDreema block doing that.