MetaTrader 4 Platform Update build 625: Magazines in MetaTrader Market and New MetaViewer - page 12

 
angevoyageur:

From Metaquotes :



Yes. It is the build which contains fixes.
 
aed71:

And I realized one thing: After 625, when I connect to a broker it start loading the historical data (many years past with different time frames) automatically as in MT5. Is there an explanation of the change between 610 and 625 about the historical data?

It would be nice if you provide logs which is illustrating this issue.
 
seemore:


Sorry about these duplicated posts really ...

Anyway the issue with Volume[1] .. [2] ... is only in the new build 625+ I think. In the earlier MQL4 versions Volume[1] was returning a single value.

I couldn't find any documentation about this change and posted the issue here.

Please advice.

Thank you.


Could you post the source code here?
 
RaptorUK:
Did you ask MetaQuotes via the Service Desk ?


yes, and guess what? no answer, strange ..such a transparent company
 
didjeridoo:
It's the third time that I ask this question, ant I still didn't get any answer! Any news about a metatester for the mt4? That use cuda and or multiple CPU? Can you please post a rodmap like any serious company about this topics ?
This is not planned. (source : somewhere on Russian forum).
 
alexvd:

Could you post the source code here?

Hi alexvd,

You can see the values simply by printing hem on the screen.

Something Like:

int init()

{

return(0);

}

int deinit()

{

return(0);

}

int start()

{

Alert("Volume[1] - "+Volume[1]);

return(0);

}


Tanks for your help!

 

Hello,

Please use the SRC button when you post code. Thank you.


This time, I edited it for you.

 
seemore:

Hi alexvd,

You can see the values simply by printing hem on the screen.

Something Like:


Tanks for your help!


What is the problem with this code ?

2014.03.28 16:50:23.375 _for_testing_ EURUSD,H1: Alert: Volume[1] - 5164
2014.03.28 16:50:23.313 _for_testing_ EURUSD,H1: Alert: Volume[1] - 5164
2014.03.28 16:50:22.188 _for_testing_ EURUSD,H1: Alert: Volume[1] - 5164
2014.03.28 16:50:22.125 _for_testing_ EURUSD,H1: Alert: Volume[1] - 5164
2014.03.28 16:50:21.938 _for_testing_ EURUSD,H1: Alert: Volume[1] - 5164

 
angevoyageur:

What is the problem with this code ?

2014.03.28 16:50:23.375 _for_testing_ EURUSD,H1: Alert: Volume[1] - 5164
2014.03.28 16:50:23.313 _for_testing_ EURUSD,H1: Alert: Volume[1] - 5164
2014.03.28 16:50:22.188 _for_testing_ EURUSD,H1: Alert: Volume[1] - 5164
2014.03.28 16:50:22.125 _for_testing_ EURUSD,H1: Alert: Volume[1] - 5164
2014.03.28 16:50:21.938 _for_testing_ EURUSD,H1: Alert: Volume[1] - 5164



Wow, not in my MT4 !


2014.03.28 17:44:12.245 v_exp EURUSD,M5: Alert: Volume[1] - 3214

2014.03.28 17:44:13.3343 v_exp EURUSD,M5: Alert: Volume[1] - 756

2014.03.28 17:44:10.218 v_exp EURUSD,M5: Alert: Volume[1] - 3214

2014.03.28 17:44:12.225 v_exp EURUSD,M5: Alert: Volume[1] - 756

2014.03.28 17:44:10.218 v_exp EURUSD,M5: Alert: Volume[1] - 3214

2014.03.28 17:44:11.225 v_exp EURUSD,M5: Alert: Volume[1] - 756

 
seemore:

Wow, not in my MT4 !


2014.03.28 17:44:12.245 v_exp EURUSD,M5: Alert: Volume[1] - 3214

2014.03.28 17:44:13.3343 v_exp EURUSD,M5: Alert: Volume[1] - 756

2014.03.28 17:44:10.218 v_exp EURUSD,M5: Alert: Volume[1] - 3214

2014.03.28 17:44:12.225 v_exp EURUSD,M5: Alert: Volume[1] - 756

2014.03.28 17:44:10.218 v_exp EURUSD,M5: Alert: Volume[1] - 3214

2014.03.28 17:44:11.225 v_exp EURUSD,M5: Alert: Volume[1] - 756


Ah I see your problem now. I am using build 628 and you ?
Reason: