New Version of MetaTrader 4 Client Terminal Build 419 - page 2

 

Hello !

After update on build 419 (Vista_32) MetaEditor not working.

If 'I press the button with icon of MetaEdit or click on MetaEditor.exe in WinExplorer, nothing happens ... dead.

Please solution for this situation.

 
jako_gadni:

Hello !

After update on build 419 (Vista_32) MetaEditor not working.

If 'I press the button with icon of MetaEdit or click on MetaEditor.exe in WinExplorer, nothing happens ... dead.

Please solution for this situation.


I have similar issues with Metaeditor on Win7 after upgrading. Things worked just fine before the upgrade.

Metaeditor no longer remembers my last "file save as" location and always defaults to "my user-id\virtual store\temp". I then need to navigate everytime to the correct directory where my experts are stored.

I cannot open files via a webbrowser (mq4 file extension associations) anymore while metaeditor is already open. If I close metaeditor first, and then click on the weblink the file opens just fine.

I was always able to click on a forum post and the mql file would open directly in metaeditor. I could then "file->save as" the file in either experts or indicators folders. Due to the above issues, I now have a couple of additional, annoying steps.

 

Could you please fix this bug which is mentioned in a MQL4 reference manual:

  • Expert Advisor is a mechanical trading system (MTS) linked up to a certain chart. An Advisor starts to run with every incoming tick for a given symbol. The Advisor will not be launched for a new, tick if it is processing the previous one at this moment (i.e., the Advisor has not completed its operation yet). The Advisor can both inform you about a possibility to trade and trade at an account automatically sending orders directly to the trade server. Like most trading systems, the terminal supports testing strategies on history data with displaying trading in-and-out points in the chart.

Because of such processing algorithm I miss ~25% of ticks every day.

 
traderjoel:

Could you please fix this bug which is mentioned in a MQL4 reference manual:

Not a bug. EA's can be coded to NEVER return from start.

if your code takes so long, then fix your code. What are you calculating that you need to do it every tick?

 

What do you mean by "NEVER return from start." ?

Here's a simple code example to show you the problem:

int start() {
   Print(StringConcatenate("[",Volume[0],"] ",DoubleToStr(Bid,Digits)));
}

And here is output:

2012.04.17 21:55:39     testTicks EURUSD,M1: [12] 1.31335
2012.04.17 21:55:39     testTicks EURUSD,M1: [11] 1.31332
2012.04.17 21:55:24     testTicks EURUSD,M1: [7] 1.31321
2012.04.17 21:55:23     testTicks EURUSD,M1: [6] 1.31318
2012.04.17 21:55:18     testTicks EURUSD,M1: [5] 1.31315
2012.04.17 21:55:18     testTicks EURUSD,M1: [4] 1.31313
2012.04.17 21:55:14     testTicks EURUSD,M1: [2] 1.31318

Third tick wasn't processed. Ticks between 7 and 11 are also missing.

If this is not a bug, then what?

 

I have some theory.. THEY DOING THIS FOR US : ) WE LIKE BUGS ! ;]


OMG... this is joke..



How any EA work on mt4 ? Heee? Hrrr ..

Again some problems with .dll's cziz criz.. niedoruchani programisci z mlataklates


Mysql not wokring

MsSQL bugs

SQL notworking


OMG do something with this.. NEED DATABASE !!!!!!!!

https://github.com/Shmuma/sqlite3-mt4-wrapper


Why .mql4 icons are so ugly on this moment? New design?

 
traderjoel:

What do you mean by "NEVER return from start." ?

Here's a simple code example to show you the problem:

And here is output:

Third tick wasn't processed. Ticks between 7 and 11 are also missing.

If this is not a bug, then what?

Show the output from the log file not the experts tab . .
 

There is problem with hotkeys shortcuts.. I need push 2x combination to call shortcut.. strange.. of course I get 2 instance od script, but with one call not working.

2012.04.18 13:10:52 ScriptMysqlTest EURUSD,Daily: function 'mysql_num_rows' call from dll 'libmysql.dll' critical error c0000005 at 1000C264.
This works in last version now.. errors..

 
RaptorUK:
Show the output from the log file not the experts tab . .

There's no usable information in it. But if you wish so here it is:

17:30:00 OANDA - MT4 4.00 build 409 started (OANDA Corporation)
17:30:00 Expert testTicks EURUSD,M1: loaded successfully
17:30:01 'xxxxxx': login
17:30:33 Expert testTicks EURUSD,M1: removed
17:30:34 OANDA - MT4 4.00 build 409 stopped

And here's Expert log with lots of ticks missing:

2012.04.18 17:30:28     testTicks EURUSD,M1: [38] 1.30962
2012.04.18 17:30:26     testTicks EURUSD,M1: [37] 1.30959 <---
2012.04.18 17:30:25     testTicks EURUSD,M1: [34] 1.30950
2012.04.18 17:30:25     testTicks EURUSD,M1: [33] 1.30948
2012.04.18 17:30:24     testTicks EURUSD,M1: [31] 1.30942
2012.04.18 17:30:24     testTicks EURUSD,M1: [30] 1.30945 <---
2012.04.18 17:30:21     testTicks EURUSD,M1: [28] 1.30951
2012.04.18 17:30:18     testTicks EURUSD,M1: [27] 1.30953
2012.04.18 17:30:18     testTicks EURUSD,M1: [26] 1.30951 <---
2012.04.18 17:30:18     testTicks EURUSD,M1: [24] 1.30957
2012.04.18 17:30:17     testTicks EURUSD,M1: [23] 1.30959
2012.04.18 17:30:16     testTicks EURUSD,M1: [22] 1.30962
2012.04.18 17:30:14     testTicks EURUSD,M1: [21] 1.30959 <---
2012.04.18 17:30:14     testTicks EURUSD,M1: [19] 1.30953
2012.04.18 17:30:13     testTicks EURUSD,M1: [18] 1.30951
2012.04.18 17:30:13     testTicks EURUSD,M1: [17] 1.30953
2012.04.18 17:30:12     testTicks EURUSD,M1: [16] 1.30950 <---
2012.04.18 17:30:12     testTicks EURUSD,M1: [14] 1.30945
2012.04.18 17:30:11     testTicks EURUSD,M1: [13] 1.30942
2012.04.18 17:30:10     testTicks EURUSD,M1: [11] 1.30942 <---
2012.04.18 17:30:09     testTicks EURUSD,M1: [9] 1.30937
2012.04.18 17:30:09     testTicks EURUSD,M1: [8] 1.30939
2012.04.18 17:30:08     testTicks EURUSD,M1: [7] 1.30936
2012.04.18 17:30:07     testTicks EURUSD,M1: [6] 1.30934 <---
2012.04.18 17:30:05     testTicks EURUSD,M1: [4] 1.30939
2012.04.18 17:30:05     testTicks EURUSD,M1: [3] 1.30936
2012.04.18 17:30:04     testTicks EURUSD,M1: [2] 1.30933
2012.04.18 17:30:04     testTicks EURUSD,M1: initialized
2012.04.18 17:30:00     testTicks EURUSD,M1: loaded successfully
 
traderjoel:

There's no usable information in it. But if you wish so here it is:

And here's Expert log with lots of ticks missing:

That isn't from the experts log file . . . unless you edited it significantly . . .

The log file fills from the top to bottom, the tabs, expert tab, journal tab, etc fill from the bottom to the top. What you have pasted here is filled from the bottom to the top (oldest entry at the bottom) suggesting it is from the experts tab . . . not from the log file.

The log files are complete while the information in the tabs can often be incomplete as they cannot keep up with the flow of data . . . the log file is the acid test, if it shows you have an issue then maybe you do.

Reason: