Errors, bugs, questions - page 1591
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
The problem is that when I download a trial version of some EA on mt4, a non-working terminal opens, and then I deleted it and now no terminal opens at all, although I have three more of them installed. Is there any way to specify that programs are downloaded into a particular terminal?
Question for connoisseurs.
I need to figure out how much memory I can use for the CopyTicks query so I don't get 'out of memory'.
Unfortunately, I can't find out via the terminal how much available memory I currently have.
I use a simple script to get the information:
2016.05.29 09:50:50.642 MemoryTest (EURUSD,H1) Memory used by the terminal (agent): 319 MB
2016.05.29 09:50:50.632 MemoryTest (EURUSD,H1) Free memory of the terminal (agent) process: 23963 MB
2016.05.29 09:50:50.621 MemoryTest (EURUSD,H1) Memory available to the process of the terminal (agent): 24282 MB
2016.05.29 09:50:50.611 MemoryTest (EURUSD,H1) Physical memory in the system: 12141 MB
For some reason the available memory is twice as much as the physical memory. It's not the swap, it's small (400 MB). I was expecting the value to be like in task manager, available memory is about 7000 MB.
Who can tell me what these strange numbers are?
Good evening, please advise how to get rid of error 4059 in the tester. I really want to get prices for another instrument, e.g. LTCUSD, from an Expert Advisor working with one instrument, for example LTCBTC.
Good evening, please advise how to get rid of error 4059 in the tester. I really want to get prices for another instrument, e.g. LTCUSD, from an Expert Advisor working with one instrument, for example LTCBTC.
Question for connoisseurs.
I need to figure out how much memory I can use for the CopyTicks query so I don't get 'out of memory'.
Unfortunately, I can't find out via the terminal how much available memory I currently have.
I use a simple script to get the information:
For some reason the available memory is twice as much as the physical memory. It's not the swap, it's small (400 MB). I was expecting the value to be like in task manager, available memory is about 7000 MB.
Who can tell me what these strange numbers are?
In my opinion, if()should work only once, when the condition in brackets is true. But in fact it is triggered at each check and all expressions in {} are executed at each step and chew machine time. What does this have to do with globality of W? It's just easier to change the step from the terminal than from the editor.
It looks like you have a misprint in your code and wanted to write it like this:
iClose + iBarShift. The tester in MT4 monitors the correctness of the current price of the instrument being tested, the correctness of the data of other instruments you must ensure yourself
And you are unlikely to arbitrage effectively in MT4
Are there any moderators around? I sent a request to the seller, it's been hanging for 3-4 days. How long do I have to wait?
It should have been like this:
Variable bug
Build 1340 MT5.
If you put in variables:
then the compiler won't give an error, but in the EA parameters on the chart - these parameters will disappear.
So it's like two different variables, although they are the same.