MQL4 and MetaTrader 4 - page 800

Here is the link to the VirusTotal.com analysis of the latest metaeditor.exe: http://bit.ly/1g4q7O6 Trend Micro and Ikarus report virus. Can somebody at the MetaQuotes raise this issue with the antivirus makers to resolve this issue? It makes me problems because I have enterprise Trend Micro...
Hi, I found similar topics on Forum, but they sounded not quite same as my case, and decided to post this one. I have following source code. double SpanA_Buffer[], SpanB_Buffer[]; //These arrays are re-sized and also initialized as follow. ArrayResize(SpanA_Buffer, a_begin-1);...
[Deleted]
Hello, This is the code I have in Amibroker. Is this something that can be converted intoMQL?. VolRatio_6_100 = StDev(log(C/Ref(C,-1)),6) / StDev(log(C/Ref(C,-1)),100); I see in documentation mathlog but don't see anything for standard deviation. How can this be done?. Appreciate any help....
[Deleted]
I wrote this code but don't know why is the Historical Volatility Value coming incorrect when using istdevonarray Can someone help ================================================== #property indicator_separate_window#property indicator_buffers 2double HV[];double RoC[];int...
[Deleted]
I've copied my expert in MQL4-->>Expert folder,but when i run Meta Trader i can't see my expert in Expert advisors folder and i can't drag expert to chart,while my expert has been coppied correctly in this folder please help me...!!!!!!
[Deleted]
Hello, Has anyone come across "Historical Volatility" indicator. I've seen thisindicator on MetaStock however never seen discussed for MT4. Can someone pleaselet me know where I can find it. Thanks The_One
[Deleted]
Hello! I'm stojan, and am a trader since 2009. Finally I found a good strategy, which brings me perfect results, but the problem is that I haven't got soo much free time to follow the graphics and indicators. Can I please someone to make EA based on my strategy? Please write me PM Regards, Stojan!
Got the following code for reading a URL. However, there seems to be some sort of bug with string memory in both v600 and v602. The first time I run this script after starting MT4, the string return value is corrupted. On all subsequent runs, the script works correctly. A log of what's happening...
I have been running an EA successfully on build 600 since Feb. 3. I have been doing some diagnosing and testing of a totally different EA down below in the strategy tester area. Whenever I compile an EA down there, totally unrelated to the EA that is on the chart, the EA on the chart goes beserk,...
Hey guys, I read many topics about opening a chart with a script or some questions about opening a chart in an EA but I couldn't find a solution. My indicator checks different pairs for different setups. When a setup is found it is displayed in a kind of Dashboard. Now I want this indicator open a...
[Deleted]
Hi, with the new MT4 i feel the need to learn MQL myself. But i'm unsure which route to take. Here are my questions: 1. Does somebody know if MQL5 code will run in the new MT4 now? So that i could "just" learn MQL5 to work with both MT4 and MT5? 2. Regarding MQL4 - are the documentation / book here
[Deleted]
CONTENT DELETED BY FBI !
I have been with Oanda and using FXTrade platform for entering a trade, and MT4 just for analyzing the charts. So over the years I have not had to work with lot sizes due to the fact Oanda works with units - and I enter the exact amount of units for my position to equal 2% risk. However, now I am...
My MT4 has be updated yesterday auto; and now I find that my MT vesion is still 4 build 600; and MetaEditor vesion is 5; my question is that now I open mql4 file before and modify it by MQL4 and then compiled it to get ex4. file; now does this ex4 file can run well on MT4 pair chart? In addition, if...
I have setup vps for my EA. i have copied and pasted all indicators and ea from local computer to vps server. when i open mt4 terminal only indicators i see on left panel. no EA showing on under expert advisor.but ea still on experts folder. I have updated the MT4 and windows 8 running on vps....
[Deleted]
Hi, the automatic upgrade of my MT4 build 509 to build 600 caught me by surprise, it should have been a request, and not have been automatic. However my EA initially worked just fine build 600. So thats good! Then I recompiled it in build 600 and cleaned up all the warning messages and now...
[Deleted]
Hi Everyone, I'm having a problem but sure I'm just missing something simple. I want to ask the user to input a date and time but to make it easier I want to present them with the current date and time. However, I've tried the following line but get an error and cannot work out what I'm doing...
[Deleted]
Hi sir/madam : Unfortunately,i can't run any expert adviser in new version MetaTrader (bulid 600) please guide me.
[Deleted]
hello guys, i new here and want to create a MT4 client, first please guide where to find working MT4 server list. as i found these but non is working or may i don't know how to connect with. 66.114.120.22 66.235.184.206 66.151.194.185 207.228.252.28 207.228.252.27 209.61.206.23 83.220.163.101 66...
#property copyright "Copyright 2012, MetaQuotes Software Corp."#property link      "http://www.metaquotes.net"int start()  {//----   string arrtest[4];   arrtest[0] = 1;   arrtest[1] = 1;   arrtest[2] = 1;   arrtest[3] = 1;      int handle=FileOpen("1.txt",FILE_READ|FILE_WRITE|FILE_BIN);   if(handle...
[Deleted]
I'm compiling my "old" MT5 programs in the new MT4, however, some of them use many Standard Library files and now can't be compiled in MT4. For example, the new MT4 Standard Library (Include Folder) doesn't have the Trade folder. Is this ok? Will this folder be incorporated soon? Anyway, I'm...
[Deleted]
Hello. Until now I have been using MT4 on a desktop computer. For traveling purposes, I bought a notebook and decided to install on it MT4. I am wondering whether is it possible to import into the notebook all my accounts, in order to keep trading while I am far from home. Thank in advance for your
If there is an update to MT4 and I am a running an EA 24/7, what happens? Does it just keep going as normal? Or does it auto-update then restart itself? Can you run two different EAs on two different chart windows on the same account (same terminal)? How many instances of MT4 can I have running at...
What is the minimum connection speed to adequately run MetaTrader with an expert adviser running, the minimum MBPS upload and download speed?
Hi Did MetaTrader update overnight and change its folder structure?
[Deleted]
Hi guys, When I recompiled FFCAL.mq4 (news indicator) under build 600 I am getting this error: 2014.02.07 11:22:39.207 stack damaged, check DLL function call in 'FFCal.mq4' (1511,17) Apparently build 600 messed up the DLL call to wininet.dll (#import "wininet.dll"). Seems to work fine if you use...
Hi, there is something I don't understand about this parameter. Believe me that I've been searching for a while. The documentation says: shift - Index of the value taken from the indicator buffer (shift relative to the current bar the given amount of periods ago). So if I use Shift=0 then is...
[Deleted]
After the Update to Built 600 Avira found a Virus TR/Crypt.XPACK.GEN in the file mql.dll. Avira deleted the virus, unfortunatelly together with mql.dll. So MetaEditor did not work correctly. No problem - i Thought. I copied the file from another PC via network. But this file had also the virus....
  كيف  (1)
كيف تثبيت اكسبرت او خبير على الميت تريدر4 او5
Hi all, Help... Does anybody know how to read the text from a custom indicator window using an expert adviser...? Any help would be much appreciated.... Thanks Paul