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

 
Alexey Viktorov:

In win7, somewhere around here...

🤝🤝🤝
 
I've been following this thread and wondered. Do I understand correctly, that MT terminals are for advanced users in programming? (Great differences in use from QUIKa).
 
partner67:
I`ve been following this thread and I`ve been wondering. If I understand correctly, that MT terminals for advanced users in programming? (Big difference in use from QUIKa).

Wrong. It's just that the advanced programmers have gathered here. The differences from the quickie are really big. I can't master Quick, but MT is intuitive and does not cause any problems. But for brokers it is vice versa. They don't like MT5.

 
Alexey Viktorov:

But for brokers, for some reason the opposite is true. They don't like MT5.

I think it costs a lot of money.

 
Taras Slobodyanik:

in MT4 you have to force the encoding CP_UTF8

How?

 
Taras Slobodyanik:

What's wrong with theOBJ_RECTANGLE object ?


 
Andrey Sokolov:


Can't you make a rectangle a fixed size?
 
Andrey Sokolov:

How?

void  MQLSetInteger( 
   int  property_id          // identifier of a property 
   int  property_value       // value to be set 
   );
 
Andrey Sokolov:

1

2

.

 

When you change the scale, the rectangle changes size, but the font doesn't. Canvas will probably save it...? Or catch the event and change it yourself.

Reason: