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

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I wonder if you can help me. Please. I am afraid to do something wrong.
When you register a real account, you have registered a personal account on the DC website, you can change your password there.
Or call support and they will tell you everything.
Please advise how to implement
Rounding down, i.e. if AccountBalance()/CheckLots = 0.019
rounded to 0,01
Please advise how to implement
Rounding down, i.e. if AccountBalance()/CheckLots = 0.019
rounded down to 0.01
seeit
Take a lookat this.
Solved the problem in a different, simpler way I think.
NormalizeDouble rounds 0.5 to 1 and 0.4 to 0 The solution is
returns the integer numeric value nearest to the bottom.
Is 0.01 an integer?
returns the integer value nearest to the bottom.
Is 0.01 an integer?
Can you tell me how to implement
Rounding down, i.e. if AccountBalance()/CheckLots = 0.019
rounded down to 0,01
Another question
How to set font thickness FW_BOLD
I'm afraid I won't understand it in words.
P.S. The MQL4 Reference didn't help(.
Attempt number 2.
Please help, it seems like a simple question.
How to set font thickness FW_BOLD, or rather how to relate to
P.S. The MQL4 Reference didn't help(.