@l-andorrà vale gracias amigo
Posts made by Leka 0
-
RE: how i remove magic number from expert setting page ?posted in Questions & Answers
@skf1883 busca esta línea dentro del código fuente y elimínala, son de las primeras líneas de código
. -
RE: 98% WIN rate - Looking for expert to partner with.posted in Questions & Answers
@cashflows Quizá puedo ayudarte amigo , tengo ya 2 años trabajando con fxdreema.
-
Manejador OnTradeposted in Questions & Answers
Muy buenas a todos amigos de FXdreema,
Alguien que trabaje con código puro y me ayude a hacer esto que aparece en la imagen, ya lo tengo hecho en FXdreema pero me gustaría pasarlo a código MQL5.
Lo único que necesito hacer en el código es que el EA me detecte cuando se allá creado una posición de venta o una posición de compra.
Por ejemplo digamos que se acaba de abrir una operación de venta en cierto activo y que después de eso el EA me ejecute tal acción.
En la imagen se entiende un poco mas lo que quiero aprender a hacer en el código.
Muchísimas gracias de antemano...
-
RE: percentage of account at riskposted in Questions & Answers
@roar Hello me again, there is something in the custom code block that affects some parameters of the EA in other assets, for example I have programmed the EA that when a certain event occurs I turn off some blocks, the detail is that it turns them off for all currency pairs in which I also have the EA running, and it turns them off although that event did not occur there, how could I tell the EA that the only thing I want to take into account of the other pairs is the percentage that is in account risk, not affected by any other EA parameter?
-
RE: percentage of account at riskposted in Questions & Answers
@roar you are a crack, thank you very much
-
RE: percentage of account at riskposted in Questions & Answers
@l-andorrà thank you very much, help @miro or @roar
-
RE: percentage of account at riskposted in Questions & Answers
@l-andorrà Sure, I just need to know how to get the value and then compare it.
-
RE: percentage of account at riskposted in Questions & Answers
@l-andorrà Yes, but I did not refer to the float, perhaps I have not explained myself well yet, well the first thing in this case is that we are not interested in knowing the float that the operations have, we are not interested in knowing if the float is negative or positive, we are not interested either To know if the operation was closed by SL or TP, what we are interested in knowing is what percentage of the account is added by those Stops of the operations that are active regardless of whether their float is negative or positive.
For example, let's say that the EA opened 4 trades for me, each in a different pair, and at the time the trades are open I want the EA to calculate how much those stops of said trades are, if they are already equal to 6% of the account. Well, I no longer open more operations. -
RE: Run an EA over many currency pairsposted in Questions & Answers
@biztet me referia a la pestaña "ON TICK"

-
RE: percentage of account at riskposted in Questions & Answers
@l-andorrà Yes, but I mean the sum of all the Stops, that is, for example we have 4 operations, each one has a stoploss of 50 dollars of loss, suppose that those 50 dollars are equivalent to 1.5% of the account, in total with the 4 Summary operations 6% of the account, and what I need is that the EA no longer opens operations in any asset when the sum of the stops equals 6% of the account, I do not know if it explained me well.
-
percentage of account at riskposted in Questions & Answers
Good morning everyone, I have a question with Fxdreema ... I don't know if you could help me ... how could I add a function to an EA, in which the same EA verifies all the open operations in the account it does not matter If they are from different pairs, well of those operations that I verify the Stop Loss of each operation to know what percentage of the account is at risk based on all the operations that are already open ... more than anything what I want to get to is that the EA no longer opens any operation if there is already 6% of the account at risk.
I would greatly appreciate your help. -
RE: Run an EA over many currency pairsposted in Questions & Answers
@l-andorrà Can this block go "on tick"?
-
Spread Locationposted in Questions & Answers
Hello everyone, someone knows how to move the text that shows me the spread, I don't want to remove it, just move it.

-
RE: display distance between a horizontal line and current price in pipsposted in Questions & Answers
@xyon126 Thank you very much my friend.
-
RE: Round Variables Simplyposted in Questions & Answers
@roar perfect now it works.
I have one more doubt, it can be done with fxdreema to link two objects, for example a horizontal line and a text, if the line moves that the text also moves with it, I want the line to show me a description without the need to put the mouse over it, I mean that the description of the line is visible in the graph. -
RE: display distance between a horizontal line and current price in pipsposted in Questions & Answers
@xyon126 I'm afraid that everything I have done in fxdreema would be very complex to pass it to pure code, but even so I think I will dedicate an hour of my time to start learning MQL5, they would be so kind to give me some ideas to start studying MQL5, since everything I have my project in MQL5
-
RE: Round Variables Simplyposted in Questions & Answers
@roar Could you explain to me how to do that please, I have been looking for how to leave only two digits after the period for months.