@l-andorrà lo que no pretendo es que me abra operaciones mientras que estoy posicionando el fibo, de esta forma me deja desplazar, redimensionar a mi gusto. cuando ya decido que esta bien, des-seleciono el fibo y es cuando quiero que coloque barias ordenes pendientes en un nivelfibo-
Posts made by cesardefez
-
RE: EJECUTAR CODIGO AL DESELECCIONAR OBJET0posted in General Discussions
-
RE: check the number of open and pending operationsposted in General Discussions
THANK YOU VERY MUCH, Today I have learned a lot, it is these details that make it get its full potential.
thanks -
RE: check the number of open and pending operationsposted in General Discussions

Supposedly this will tell me the open buy operations?
Out of curiosity, I have never known what the unlocking panel of the variables was for, I understand, correct me if I am wrong, the white circle is the default value of the variable V1, the red circle, V + 1 increases by 1 and updates the variable V1 . What is the circle for
yellow??

-
RE: check the number of open and pending operationsposted in General Discussions
309/5000
place a variable and update each time you make a buy or sell order, it would be simple if it were direct orders. But in my EA, I place 30 buy stop and 30 sell stop orders. I don't know where to put the counter. And if I am interested in knowing how many buy orders are opened and how many sell orders are opened. -
check the number of open and pending operationsposted in General Discussions
Hi, I have seen a broque that checks the trade count and another one that checks the order count.
but this broque compares it to me with a number, (that is: ==,>, <, ¡=).
What I cannot find, or do not know how to put in variables,
n sell operations
n buy operations
n sell stop
n buy stop -
RE: EJECUTAR CODIGO AL DESELECCIONAR OBJET0posted in General Discussions
I want to draw a fibo by hand, while the fibo is selected, I don't want it to place pending orders at fibo levels, I want it to place them, when I deselect the fibo is when the EA places the orders.
-
EJECUTAR CODIGO AL DESELECCIONAR OBJET0posted in General Discussions
Hi.
I would like to draw a fibo manually, and when I deselect it, let it run code below it.
I have not seen any box that detects a selected object.
Is it possible to do this? -
RE: check button state does not recognize me when the button is pressed.posted in General Discussions
I finally got to know how the buttons work. thank you very very much
-
RE: check button state does not recognize me when the button is pressed.posted in General Discussions
@roar Hi, it still doesn't work for me. I'll give you the link of the project.
the block mouse clicked on objet, I have copied it from your example, as I cannot find it in fxdreema.
Can you see where it is and failed?
thank you very much
https://fxdreema.com/shared/28aB615Xd -
check button state does not recognize me when the button is pressed.posted in General Discussions
I want to create a button to draw a fibo, but I can't get the block
check button state recognizes me when the button is pressed.
To check it, this example changes the color of the screen when the button is pressed.
but it doesn't. -
RE: edit object nameposted in General Discussions
Hi.
This is not what I want, with this I should do it manually, editing the EA variable every time I draw a fibo.
or by editing the fibo name.
what I'm looking for is if fxdreema is able to identify a fibo that I drew manually, and rename it to be able to later place orders using the fibo price levels.
I don't know if it is possible that fxdreema can work with selected objects to edit their properties. -
edit object nameposted in General Discussions
When drawing a fibo, mt4 gives it a random name, fibo xxxx, is it possible to edit the name to be able to use the fibo levels later?
I want to use the fibo level price, but for that I must know the name of the fibo, so every time I draw a fibo I have to edit it. -
RE: order countposted in General Discussions
@ l-andorrà many, the last test I am doing has opened 52 open and pending operations 36, but it may be more
It gives me that it is quite complicated to get a simple information, that surely the platform has it. -
RE: order countposted in General Discussions
and I am also interested in visualizing the float that carries the set of open operations and the DD, max accumulated losses in the float.
-
order countposted in General Discussions
Hi.
I want to get a comment on the screen, that tells me the number of orders "x" and the lots "L"
buy x orders, L lots
sell x orders, L lots
sell stop x, L lots
buy stop x, L lots
sell limit x, L lots
buy limit x, L lots.
My question is where to get the data from the count.
thanks -
Condition ifposted in General Discussions
Hello,
I would like to put a condition block.
I have a "group" variable that acts as a counter, increasing by 1 by 1.
I want that if (group = 1) the value of "lots" is the same.
but if (group> 1) lots = lots * multiplier.
In short, each time I increase the group my lot increases.
group = 1 .... lots = 1
group = 2 .... lots = 1 * 1.5 = 1.5
group = 3 .... lots = 1.5 * 1.5 = 2.25
group = 4 ... lots = 2.25 * 1.5 = 3.37
.....
where 1.5 is my constant "multiplier".
for this I have tried using a condition block.
But it's not working.
Another option would be to put a CUSTOM MQL CODE block, but I can't program mql.
help, how can i do it?
thanks -
RE: re-entry of an orderposted in General Discussions
I have tried to detect a closed operation, create a closed operations cube, and modify the variables with the values of the closed operations cube, then I place the buy or sell order. But it doesn't work for me either.
I leave the project, if I see any failure, I appreciate the help.
https://fxdreema.com/shared/FoRp2qO9