MetaTrader 4 Build 529 beta released with new compiler - page 135

 
pro_:
Many people have probably noticed by now. When you try to delete an object by selecting it, right-clicking and selecting "Delete" from the menu, nothing happens. Not the right object is deleted at all. (build 563)

Already fixed. Wait for the next build

 

MT 563, ME 881.

Have a look at ServiceDesk, left an application with codes for displaying horizontal levels in the indicator subwindow.

 
Set this code as an expert.
You can check the other ones showing the wrong data symbols in the wrong way.
If we change the symbol and timing after installation, it will still show the value of the first candlestick symbols.
If these serious errors are not corrected, EAs will not work correctly.
Files:
_test.mq4  1 kb
 
Sorry for the off-top ... Guys: Planning to buy windows 8.1, which version should I buy 8.1 or 8.1 pro ???
 
Alabarce:
Set this code as an expert.
You can check the other ones showing the wrong data symbols in the wrong way.
If we change the symbol and timing after installation, it will still show the value of the first candlestick symbols.
If these serious errors are not corrected, EAs will not work correctly.

You have an infinite loop in your init function

PS. We will solve the problem. The main thing is to have IsStopped() present

 
A modified test file.
While loop as in start ().
The problem is the same.
You can see that the price you see is USDCHF.

No shows USDJPY price.

Files:
 

Very similar to the 563 theme build

ObjectSetInteger(chartid,NAME,OBJPROP_ZORDER,1);

It doesn't work correctly. In 5 the same code works as expected...

 

build 563:

2013.12.20 15:38:40.861 'int __thiscall CExpertExecutor::GlobalVariableTemp(const struct MqlString &)' is not implemented


also, sending a CHARTEVENT_CUSTOM signal from EA to itself from OnDeinit() seems to timeout the EA (even though EventKillTimer() has already been called)

 

It would be nice if there was a function to flash the MT4 icon in the taskbar (so the user can know which MT4 instance needs attention).

 
maximillion:

It would be nice if there was a function to flash the MT4 icon in the taskbar (so the user can know which MT4 instance needs attention).



Have an Alert with the name of each different MT4 instance written in it... When it pops on screen you should know which one it is.
Reason: