Errors, bugs, questions - page 1147

 

Is it possible to make a panel to switch charts in two lines? Many currency pairs, all in one line do not fit, and clicking the scroll arrow to switch windows, long ... It's not convenient to look for the right one with alt+w ... (mt4)

Files:
 
Omigomen:

Is it possible to make a panel to switch charts in two lines? Many currency pairs, all in one line do not fit, and clicking the scroll arrow to switch windows, long ... It's not convenient to look for the right one with alt+w ... (mt4)

No. Try to use profiles (in Menu-File).
 
barabashkakvn:

Also found a new item:

The certificate hasn't been updated yet, so it looks like we'll just be guessing what these changes are until the 26th.

Terminal settings for the new functionality - MQL WebRequest function
This function can only perform a WEB request to the URLs allowed in the settings


Here is a message on mql4.com from Renat
 
meat:

I also found such an imperfection. The following code does not compile, there is an error in the penultimate line: 'Struct' - non-static members and methods cannot be used

If you declare without arguments

then it compiles normally. Although in both cases the "non-static" method is used.

This problem is not observed in C++.

Thank you for the message, it seems to be an MQL error - let's check and fix it.
 

The indicator deletes itself. I noticed this problem not only with the attached indicator!

I open the properties of the indicator on the chart and after pressing OK, it clears itself from the chart!

I see the following message in the tab "Experts":

2014.05.22 11:40:00.424 Custom indicator i-ProfitLot EURUSD,H4: removed
2014.05.22 11:40:00.424 i-ProfitLot EURUSD,H4: global initialization failed
2014.05.22 11:40:00.411 i-ProfitLot EURUSD,H4: uninit reason 5

Terminal MT4 - 646

How to struggle with it?

Files:
i-ProfitLot.mq4  26 kb
 
Novikov:

The indicator deletes itself. I noticed this problem not only with the attached indicator!

I open the properties of the indicator on the chart and after pressing OK, the indicator deletes itself from the chart!

I see the following message in the tab "Experts":

Terminal MT4 - 646

How to struggle with it?

It's not the indicator.
 

I also encountered a problem with Renco charts:

2014.05.22 10:57:18.118 Custom indicator !MTH Renko Chart Builder Indi Ver 02-1 EURUSD,M1: removed
2014.05.22 10:57:18.118 !MTH Renko Chart Builder Indi Ver 02-1 EURUSD,M1: global initialization failed
2014.05.22 10:57:18.082 !MTH Renko Chart Builder Indi Ver 02-1 EURUSD,M1: uninit reason 5
2014.05.22 10:54:17.298 Automated trading enabled
2014.05.22 10:54:09.317 unresolved import function call
2014.05.22 10:54:09.317 Cannot call 'stdlib.ex4::CompareDoubles', 'stdlib.ex4' is not loaded
2014.05.22 10:54:09.316 !MTH Renko Chart Builder Indi Ver 02-1 EURUSD,M1: initialized
2014.05.22 10:54:02.641 Custom indicator !MTH Renko Chart Builder Indi Ver 02-1 EURUSD,M1: loaded successfully
2014.05.22 10:54:02.641 Cannot load 
'C:\Users\Админ\AppData\Roaming\MetaQuotes\Te 
rminal\F16B992487DB4BE1675F6CD1B2F786D0\MQL4\Libra ries\stdlib.ex4'
2014.05.22 10:53:42.636 Custom indicator !MTH Renko Chart Builder Indi Ver 02-1 EURUSD,M1: removed
2014.05.22 10:53:42.636 !MTH Renko Chart Builder Indi Ver 02-1 EURUSD,M1: global initialization failed
2014.05.22 10:53:42.610 !MTH Renko Chart Builder Indi Ver 02-1 EURUSD,M1: uninit reason 5

Demo account 123726 - reno charts stopped updating!
And when I open the external parameters of the indicator !MTH Renko Chart Builder Indi Ver 02 and then click OK, it spontaneously deleted!
Everything is OK on another demo account 123529.

Problem solved so: from the account folder 123529 copied file stdlib.ex4 and replaced in the account folder 123726 - indicators began to update RENCO charts!

What was that all about?

 
barabashkakvn:
This is not an indicator.
I'm sorry, how can I understand you? The answer to the question is just OFFINALLY comprehensive and understandable!"Thank you" for your help.
 
meat:

I also found such an imperfection. The following code does not compile, there is an error in the penultimate line: 'Struct' - non-static members and methods cannot be used

If you declare without arguments

then it compiles normally. Although in both cases the "non-static" method is used.

This problem is not observed in C++.

Thank you for the message, it seems to be an MQL error - let's check and fix it.


We have checked, this error has been already fixed, please update the editor.
 
Novikov:
I'm sorry, how can I understand you? The answer to the question is just OFFINALLY comprehensive and clear! "Thank you for your help.
MetaEditor has a folder called Indicators. In this folder you can view the structure of indicators.