New MetaTrader 5 platform build 3180: Vectors and matrices in MQL5 and improved usability - page 3

 
Sugianto #:
This is really weird, input 0.1 % becomes 0.1000000000000001

and 0.05 becomes 0.050000000000000003

input lot 0.1 to 0.10000000000000001

all add 15 zeros

update 3185 did not solved the weird decimal input?

weird decimal input1

 
Sugianto #:

update 3185 did not solved the weird decimal input?


No
 
willy850a #:
No

looks like it is quite a difficult job for the mt5 development team to return the decimal input to 2 digits because I remember this case from update 3180 to 3185.

I know floating point, but what I'm afraid of is my bot users doubt about my bot, they will think my bot has broken code and are afraid to use it. And I understand that because it's about their hard earn money.

I pray that the mql5 development team can find a solution soon.

 
Sugianto #:

looks like it is quite a difficult job for the mt5 development team to return the decimal input to 2 digits because I remember this case from update 3180 to 3185.

I know floating point, but what I'm afraid of is my bot users doubt about my bot, they will think my bot has broken code and are afraid to use it. And I understand that because it's about their hard earn money.

I pray that the mql5 development team can find a solution soon.

I agree completely.
 

How about this? In the next MT5 update you add the missing handles to adjust the rectangle tool. It is a pain in the ass when you have to keep scrolling left and right when you wanna adjust the rectangle (when you have a long rectangle that is off screen. Even in MT4 we have the 4 handles, I would like to know the genius who thought it was a good idea to remove them... Talking about the handles in the corners of the drawing (don´t know if you call it handles), here is what I am talking about:



 
Those guys came out with "updates" and instead of adding useful stuff, they end up bricking the software.
 
Sugianto #:

update 3185 did not solved the weird decimal input?


update 3191 still no progress for this weird decimal input

weird decimal

 
Ive used the  AverageDailyRange MT5 for months. Now I've noticed it will not add to my chart (?) 
 
Sugianto #:

update 3191 still no progress for this weird decimal input

Seems to be fixed. Hope my ea opens a trade. Let me know if yours are working.
 
willy850a #:
Seems to be fixed. Hope my ea opens a trade. Let me know if yours are working.

mine is not fixed. My EA has no problem with open trades because I use the normalizedouble function for volume.

What I concentrate on is the impression from the user when they sees the weird decimal input.

Reason: