name of objects (Horizontal lines)
-

as you see in the image, name of the sellected Lime line is ended by "9".
unsellected lime line is created after sellected Lime line - created by FXDREEMA - and it's name should be ended by "10" and it is correct, but "9" must have been "09" instead of "9" ( because of sorting A to Z or Z to A ) -
The MT4 terminal will always add a final digit to any object created by fxDreema so I'm not sure you can get a final '10' unless using some custom code.
-
Thanks for your attention
Do you know how can i put my desired name in horizontal line properties by FXDREEMA? -
Top right in block allows you to call it what you want.
-
sure, but as "l'andorrà " said, The MT4 terminal adds some digits to the written names.
-
Never noticed, in this case you either have to delete object before drawing new, or create the name as you draw.
-
Thanks for you help and attention
I solved the problem with two blocks "Object created" and "Formula" in "on chart Event" screen
and a block "Modify Variables" in "on Tick Event" screen.