Which processor do people use, and which one is "better"? By the way, what vendor should I get for the RAM? Patriot Kingston (Kingston HyperX) Hynix Corsair Samsung NCP
Where can I start learning how to start making programming?
[Deleted]
Hello, I'd like to have an EA load a centralized time from the internet. For example GMT. How to do it? Like TimeCurrent() but then from one location at the internet. Cause if you use TimeCurrent() it differs from broker to broker. I want to have one and the same time over different brokers,...
Hi, is there a way to create a EA strategy based on historic trades recorded, there are some 10 000 trades done over a three year period and I would like to formulate the algorithm behind those trades. Is that possible? Best regards, Arnold
Stuck with code where I need to locate order that has smallest OrderOpenPrice(). Code selects latest open order (position)..why not order where OrderOpenPrice is closest to not dependent what time order was added or position? double bScanOpn;double bScanPenOpn;double TopPrice=0,...
Hello Please tell me how to add validation code Babe closing before opening. If you can give an example of code bude very grateful, but then I'm a newbie. thank you if (a>b) { It checks for the presence of open orders to buy, and if they have what you need to close them and continue opening...
Hi all, I want a script that copies the objects of all open charts and pastes them on all open charts. Searching tells me I will need to use winAPI to access other charts? Any tips one what commands I'll need to use? In the end would it be faster to run a copier script on every chart (writing...
[Deleted]
HI am Subramanian, I need a small coding for placing order ( buy/sell ). Kindly do the neefull
[Deleted]
Hi, all, I've encounter a big problem. I found that many EA which can be successfully compiled before, can't be compiled at the current version, my current MT4 Version is: 4.00 Build 500, for example, when compile XXX.mq4, it prompt: "0 error, 0 warning", but it only produce a XXX.log, which is a...
I cannot access www.mql4.com last week. I suspect it is a problem of my computer or my local computer . One of my friend told me that he cannot either. Aother friend told me that he can last Thursday...... But today I can reach, too... May I know what is the problem making www.mql4.com in...
[Deleted]
Hi, I want to run my ea each second(for exemple), I don't want to wait each tick. How can I do, I tried to put an infinite loop just after the sart funtion, but it doesn't seem to work. Thanks
Slippage seems easy enough to understand but I'm obviously getting something wrong. I set Ask to a variable, send a buy order with slippage value 0 or 1, great. Then compare my stated price with the OrderOpenPrice and they are different by 2 points... and this keeps happening. i.e. something...
Hi All, i am starting understanding and coding indicators and i am a little confused... i've seen inside the code of and indicator that calculates a weekly pivot point this line last_week_high = Close[i+1]; i don't understand why this line is not this other one: last_week_high = iLow(Symbol()...
How i can backup trades in mteatrder manager
dear guys I made a EA using a indicator. I write a code below: double val=iCustom(NULL, 0, "RI - Pro",0,false,false,false,2,0); if(val<5000) gi_buy = TRUE; when run my EA with Strategy Tester, tester running too slow and in journal show lot of message like below: 2013.06.12 08:49:41 2013.04...
[Deleted]
Hi everyone For long time I've been waiting for Metatrader development team to say any news about MT4,5 on Window Phone 8 .............. I'm not a big fans of iPhone and Android , I really want the development team to consider to make Metatrader available on WP8 To all concerns please just...
Hey there venerable MQ4 programmers. A quick question. Not going to include code or anything because its not really necessary. I was messing around with an EA yesterday and decided to try something. You can do it yourself pretty easy. S/L is X and T/P same X; So maybe 50 and 50 or 100 and 100, or...
[Deleted]
hello, expert advisor EURUSD window is open. When 1 minute. this case, the maximum value (a) matter. (The maximum value the current chart (a) ) After 5 minutes, you get the value of a small b values. (b the value of the first = a+5 minute ) makes the first minutes after the new b yi. made up of one
Mod edit: DECOMPILED (stolen) CODE REMOVED
[Deleted]
Hi,if I take the source code of a certain indicator and start coding an EA right in it,will it work or do HAVE to make a new expert adviser file?? Because I see that their structure is the same,I am just not sure mql4 allows it. Thanks..
Hey folks, since I wasn't able to find any direct answer to my question via google nore this forums search function, I have to bother you with my question: Is it (generally) possible to create a new order-window via mql4? I know that it is possible to write an expert advisor and fill in the...
Hi I m trying to create a very simple EA (thats my first one) that will use a simple indicator to enter and exit a trade. This indicator has two lines (Buffers) a green and a red. So I want to enter the trade when green & red cross and exit when they cross again AND RE-ENTER the trade. I ve created...
Hi all, I often use the following to check times and efficiency int timing = GetTickCount();//lots of stuff heretiming = GetTickCount() - timing; I get values of 0 or high value but I never seen values 1-14 One part of code fluctuates between 15 and 16 milliseconds but is sometimes 0... I'm...
Hello Please tell me how to calculate the value of high low open close previous candle? Maybe just a piece of code there ...
Will a expert advisor continue to make live trades if metatrader isnt running? For example if your computer is turned off.
[Deleted]
please guide where to find working MT4 dll? facing below issue Could not load file or assembly 'MT4API.Shared, Version=3.1.0.0, Culture=neutral, PublicKeyToken=e10c4a4b31a26875' or one of its dependencies. The system cannot find the file specified.
hi coders, i need to give send e-mail alert for below code. I add Sendmail() function but when i compiled i got wrong parameters count. I'm new programmer so please help me xD look at this code what is wrong ;) //+------------------------------------------------------------------+...
[Deleted]
Does stop level of a pair equals its spread? Or those are totally different things? Or maybe they usually close in values?
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.