MetaTrader 4 Client Terminal build 604 - page 9

 
darksamu:

Thanks.

I just tested with build 509 and it gives 5, 4, 3, 2 (as expected)

With MT5 it gives 4,3,2,1 so I am a little confused. We will see what is the answer from ServiceDesk.
 
angevoyageur:
With MT5 it gives 4,3,2,1 so I am a little confused. We will see what is the answer from ServiceDesk.
Thank you. Fixed
 
darksamu:

Thanks.

I just tested with build 509 and it gives 5, 4, 3, 2 (as expected)

Response from ServiceDesk.

Support Team 2014.02.13 14:25

Thank you for your message. Fixed, please wait for updates.

 
WHRoeder:
This was reported on another thread.
Do not resize arrays with fixed size.

Yes, the issue there was about compiler doesn't react when using such function on fixed size array.

Here it's about ArraySetAsSeries, this code doesn't work as expected either :

   int ARR[];
   ArrayResize(ARR,5);
   for(int i=0;i<5;i++)
      ARR[i]=i+1;

   ArraySetAsSeries(ARR,true);
   Print("ARR as series:  ",ARR[0],ARR[1],ARR[2],ARR[3],ARR[4]);       // result: 5, 4, 3, 2, 1

   ArrayResize(ARR,4);
   Print("ARR resized:  ",ARR[0],ARR[1],ARR[2],ARR[3]);

2014.02.13 14:35:33.280 _quick_tests_ EURUSD,H1: ARR as series: 54321

2014.02.13 14:35:33.280 _quick_tests_ EURUSD,H1: ARR resized: 4325

Anyway it's fixed now...in next build.

 

I had posted a bug report some days ago, in another thread as follows:

micclly:

MetaEditor does not support mulitbyte character correctly.

The problem is that the carret position is wrong with multibyte characters.


For now, no response I've got about this.

This problem is much inconvenience for users in asia, who use multibyte characters.

I'd like to know that 1) has the problem been known as bug? 2) Will be fixed or won't be.

 
micclly:

I had posted a bug report some days ago, in another thread as follows:


For now, no response I've got about this.

This problem is much inconvenience for users in asia, who use multibyte characters.

I'd like to know that 1) has the problem been known as bug? 2) Will be fixed or won't be.

Which ticket number do you have from ServiceDesk ?
 
TimeTradeServer() is not work.
 
VabRus:
TimeTradeServer() is not work.
It's a mql5 function that seems not implemented in new mql4.
 
Hallo. I use command "SendMail" in the version 604. I get an email with a empty field "From".
When I send a Test email, everything is fine. What is wrong?
 
angevoyageur:
Which ticket number do you have from ServiceDesk ?


Today I've just reported to Service Desk, same as reported in forum. The ticket number issued is #955556.

Reason: