Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1456

 

Greetings. Could you please tell me how to make a similar background to a text object? (With a price link and a fixed size background)


 
Alexey Viktorov:

Check what UAC level is set.

)))) Where should I look?
 
partner67:
)))) Where do you want to see it?

In win7, somewhere around here...

 
Andrey Sokolov:

Greetings. Could you please tell me how to make a similar background to a text object? (With a price link and a fixed size background)


Align square and text
 
MakarFX:
Align the square and the text

Can you elaborate on that? Please.

 
Can you please tell me how to make the terminal to display utf-8 characters? In help, the usage of this page is there, but a question mark is displayed instead.
 
Andrey Sokolov:

Can you elaborate on that? Please.

ObjectCreate(chart_ID,name,OBJ_RECTANGLE,sub_window,time1,price1,time2,price2)
и сверху
ObjectCreate(chart_ID,name,OBJ_TEXT,sub_window,time,price)
 
MakarFX:

Did you write that you need a fixed size, or am I misunderstanding something?

Can you please tell me how to make terminal display utf-8 characters? In help, the use of this page is there, but instead it displays a question mark.
 
Andrey Sokolov:

Greetings. Could you please tell me how to make a similar background to a text object? (With a price link and a fixed size background)


Found how: a larger "|" symbol

 
Andrey Sokolov:

Can you please tell me how to make the terminal to display utf-8 characters? In help, the use of this page is, but instead of them displays a question mark.

In MT4 you have to set the encoding CP_UTF8


Andrey Sokolov:

Found how: bigger "|" character

What's wrong withOBJ_RECTANGLE object ?

Reason: