
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Ok, thank you.
It's available from the MetaQuotes test server. Main purpose appears to be including metaviewer.dll, presumably for the magazines mentioned in relation to MT5 at https://forum.mql4.com/46992/page3#916775
Really? I've updated to 613 via demo.metaquotes.net:444, but:
Really? I've updated to 613 via demo.metaquotes.net:444, but:
It's a COM object, which is shared across all instances, and gets installed into the Windows system directory rather than each individual MT4 installation.
I got it, thanks.
I´ve discovered a BUG in build 610. Whenever you compile something in Metaeditor, each EA currently attached to a chart is re-initialized, regardless of the EA you compile. So each time I compile something in Metaeditor, whatever it is, each EA that is attached to a chart and is running in live trading mode gets reinitialized. In previous builds (509) of course only the EA that you re-compile and that was attached to a chart get reinitialized. This is pretty bad because the EAs that were attached to a chart and are reinitialized also lose their parameters and are reseted to their default parameters.
Can someone else confirm this too?
I´ve discovered a BUG in build 610. Whenever you compile something in Metaeditor, each EA currently attached to a chart is re-initialized, regardless of the EA you compile. So each time I compile something in Metaeditor, whatever it is, each EA that is attached to a chart and is running in live trading mode gets reinitialized. In previous builds (509) of course only the EA that you re-compile and that was attached to a chart get reinitialized. This is pretty bad because the EAs that were attached to a chart and are reinitialized also lose their parameters and are reseted to their default parameters.
Can someone else confirm this too?
what does SYMBOL_PATH means?
SymbolInfoString(Symbol(), SYMBOL_PATH))
got empty result
For the MetaQuotes-New MT4 Test server,
SymbolInfoString("EURUSD", SYMBOL_PATH)) Should it return the "Forex\EURUSD"?
I use a old version script call a library: symbolslib.ex4
experts\include\symbolslib.mqh
experts\libraries\symbolslib.mq4
experts\libraries\symbolslib.ex4
my script run on old version mt4 ok, but got error under new version mt4:
Cannot open file 'D:\mt4\ForexTime\MQL4\Scripts\symbolslib.ex4' [2]
I had put the file to the right path:
MQL4\Libraries\symbolslib.ex4
on the same time, call to stdlib.ex4 is ok, I don't know why it cannot find other library.
what does SYMBOL_PATH means?
SymbolInfoString(Symbol(), SYMBOL_PATH))
got empty result
For the MetaQuotes-New MT4 Test server,
SymbolInfoString("EURUSD", SYMBOL_PATH)) Should it return the "Forex\EURUSD"?
See this topic https://www.mql5.com/en/forum/149725
This bug is fixed in build 613.
I use a old version script call a library: symbolslib.ex4
experts\include\symbolslib.mqh
experts\libraries\symbolslib.mq4
experts\libraries\symbolslib.ex4
my script run on old version mt4 ok, but got error under new version mt4:
Cannot open file 'D:\mt4\ForexTime\MQL4\Scripts\symbolslib.ex4' [2]
I had put the file to the right path:
MQL4\Libraries\symbolslib.ex4
on the same time, call to stdlib.ex4 is ok, I don't know why it cannot find other library.