edit object name
-
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. -
@cesardefez Easy. You can create a constant of a string type and the you can choose the name of the fibo.
-
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. -
@cesardefez Then you need to create a string variable and catch the fibo name this way:

-
muchísimas gracias, funciona perfectamente
-
@cesardefez De nada.