MQL4 and MetaTrader 4 - page 1280

[Deleted]
I have several data gaps in my Chart ( USDCHF , 1min, 5min, ...) and in the History Center too. I deleted and re-downloaded the data from MetaQuotes History Center, but to no avail. For example: Data from Fri 2010-05-07 22:59 to Thu 2010-07-08 10:44 is still missing. How do I solve this problem
[Deleted]
can you declare a global variable inside a function? I have functions that do a lot of processing, and then compare that with the results they got last time. To compare results, I must store some of the data as variables that wil remain constant when ever the finction is called. Therefore I must...
  MT4 server IP address?  (11   1 2)
I know SRV files in the config folder are supposed to hold a broker's server details. Can I extract the server's IP address from that? What I'd like to do is ping the IP for latency checks . Problem is some of the brokers I'm checking out now don't have this info on their website and I'm getting
I was wondering if anyone knew a broker in which you can place a pending market order fractional pips away from the current market value. For instance, if the current price for EURUSD was 1.28086, I would like to place modified pending orders at 1.28088 or 1.28084 (which are .2 pips away). The...
  Is there a need for a T.A.?  (426   1 2 3 4 5 ... 42 43)
Greetings, traders! Or not traders? I myself have been trading for three years now, but I am still in search of my grail ... Of course I have experience, but may I call myself a trader in the sense of professional affiliation? But it doesn't matter, we all want the same thing, a couple of stable
[Deleted]
Seems like there are no string functions in mq4? I want to load a file that contains my strategy settings. This file gets updated by another program. Basicly, the file is a single line of text, which each value seperated by a TAB (tab dilemted file). I've figured out how to ge my EA to load the file...
Hi, I need an application or expert for sending position on metatrader to yahoo messenger ID or lists of IDs... Can anyone help me??? Thanks a lot...
[Deleted]
I´m trading with an EA. But i have a problem. Sometimes my broker makes it impossible to set a take profit for the first 15 minutes after the trade is opened. The EA tries to set the take profit but the broker doesn`t let him. But after 15 minutes I must set the take profit manually. Is there any...
  Learning logic  (145   1 2 3 4 5 ... 14 15)
It's really quite simple. There is a desire to help others do the best code, and to learn from others. It's no secret that one eventually develops quite certain stereotypes which sometimes (most often) help and sometimes hinder. I will prepare a variant of the indicator and try to explain what has
Hello, I am trying to create this EA but not very successful. Can please someone help me? I would like to use this custome indicatior in my EA. This indicator is HMA, which changes its color. (Blue for Long entry and Red for short entry) I would like to use 2 lines of HMA with different periods...
Here's the problem, I know what should work, but in what way, I can't formulate it. On a certain time interval, e.g. a week, I need to find ALL horizontal channels with a width of e.g. 50pp. Additional signs of beginnings and endings of fluxes: 1. The price alternately crosses the boundaries of the
[Deleted]
Can I download Meta Trader 4 in Nokia E72 or C6.Please guide me to a good handset which is easy to do trading with Meta Trader 4
HI any one can write a code to autorefresh the indicator or EA ?.............. with the ability to change the autorefresh times per minute or second thanks
  EA doubt  (4)
Hi! We're building an EA that uses two custom indicators. One indicator is running using D1 and Another together the EA is running on M30. The problem is that we are getting signals from D1 and searching for good points with M30. When we try to get the value using: [code] iCustom(Symbol(),...
[Deleted]
Hi I'm a newby to the DDE, I'm using a .NET DDE wrapper to connect to the MT4 so far i managed to do quote, bid, ask, high, low etc... but is it possible to also send a buy/sell commands through it? if so, how? Thanks! Liad
Price data from may to july for key currency pairs is missing as of this morning. I have tried downloading and even refreshing the chart but nothing!
I'm looking for a code thats will wait to buy after crossing. Insted of buying exatly wail crossing i want it to buy to or 3 candels later. I have this code now:    trendB      =iCustom(NULL, Timeperiod[TimeperiodSelector], "_InsTrend",1,0);   trendB.old  =iCustom(NULL,...
hi everyone if someone cal help me how do i count how many symbols i have for example if i have 2 orders buy on "EURUSD" & 3 sell on " GBPUSD " & 4 sell's on "AUDUSD" how to receive the result 3 thanks
Hi all, long time ago i had indicator i don't remember its name but i can describe it ... there is one like it now called "TREND TRIGGER" but not the same one i had before, i am sure of that the description of the indicator... It looks like RSI the same movment of RSI but more smooth then RSI...
Hello! I search for a solution to run script after each XXminutes (XX = 10, 15, 30). The one I have for now works as designed but only once. Next time I want to run it, I should hit Hot-Key or click a mouse. I would like to run it automatically. The Script writes some data into a csv file (quotes,...
[Deleted]
Hi Any one no why my MT4 will now not display the popup prices or trendline. This has just started recently. Horizontal and vertical lines show OK Regards Allan
Why wont MLQ4 let me do this: escape[index] = Bid; When I check escape[index] or escape[0] it is empty (0). MLQ4 will let me do the following however: escape[0] = Bid; OR escape[1] = Bid; In both these cases it works: the value of Bid gets assigned to the array. I just dont understand why MLQ4...
[Deleted]
hello! can somebody help me on how to place an order
Hello every one is there any way to select a menu item in mql with api?? for example select Help->About menu within EA?? THanks for helping
[Deleted]
hi, i am looking for an indicator (or some indicators) which can automatically draw on the chart the trend lines, supports and resistance. The goal is to save time. do you know if that kind of indicator exists? if yes, where can i found them ? Thanks in advance for your help TAAD
[Deleted]
i use icustom() in the EA, after testing, i open the chart but no custom indicators shown on the chart at all. i couldn't find any problem in my code,finally i used the example code in the BOOK of this website, it still doesn't show, what is the problem? anybody can solve this will be appreciated....
  MT4 Shut down .  (3)
Hello. When i shut down the mt4 Platform,is then the EA Active ? because i cant have my pc 24h running.     Thx   
[Deleted]
This sounds pretty simple but I have yet to find out whether I am trading on my demo account or my live account. (I have not made any trades yet.) Could someone enlighten me as to how to find out this bit of information?
The ea is like this: If two bars form higher highs and the third bar closes 50% of second bar AND is below the moving average, then place order to sell. Placing an order to buy would be just the opposite. The buys happen when the statement is not even true, and the sells do not happen at all. The...
-
Hi, I am interested in having a central server application that will dispense buy/sell signals to an EA that resides on a client PC. What is the most painless method to accomplish this? I know a bit of python so I can make the server side application with that - but what should I use with the client...