MQL4 and MetaTrader 4 - page 809

MetaTrader 4 Build 555 with Updated MQL4 Language and Market of Applications Released Over the past six months since the release of the public build 509, we put in a lot of effort to improve all the components of MetaTrader 4 online trading system. MQL4 programming language for developing trading...
This indicator gives the value of volumes (contracts) as a vertical histogram. The total volume at each pip level between the high/low of a previous period (eg 1H/1D) is plotted as a series of horizontal lines at each pip level (rather like a vertical MACD). levels of low volume give remarkably good...
[Deleted]
With this code I can find, that, the highest high, is on the 21st candle / daily period, ago. I can also find the, lowest low, on the 63rd candle, f         int CntBarsz;            double Maximum, Minimum;                                            string text, UpSymbol="ñ", DnSymbol="ò",...
  Account Checking  (7)
Hello, I'm wondering if under the new MQL of bulds 574+ is there any way to identify if a given account is just a single trading account or a managed master account (PAMM - MAM etc...). I'm not asking for an IsMam() / IsPamm() function... that would be too easy... but I would be happy even for an...
[Deleted]
Please, help me. I have bought new mobile lenovo K900, after install mt4 so mt4 have install but not list broker server just only metatrader 4 demo server.. Please help because i want trading tomorrow or please updated mt4... Thanks u..
[Deleted]
  help me!!!  (2)
mt4 ver. build 509 broker:fxpro When i do restart platform, all toolbars disappear. file attach.
[Deleted]
Hi, Up to now we have been using version 509, and could start and run upto 100 Mt4 terminals on our server . Now with the updated version of 574, we can only start 32 Mt4s per server....does anyone know why this is and how to solve it? Thanks
I have an EA and test USDJPY on past 3 years' data, it is ok so now i attached it onto chart. but it never trades for a long time (I have test it on this period time, it should send order), I don;t know why? When I see the "expert", it said:"closeorder() error", why? never have an order, why and how...
I wanted to know how to speed up the visual backtester beyond 32. 7000 lines of code and with tick data (dukascopy via birt csv2fxt) each trading day is taking about 1.5-2.5 minutes. I was wondering what could be done to speed this up. I am using SSD laptop or VPS, quad core intel i5 or i7...
[Deleted]
I have searched the forum and cannot find a simple explanation of how to do this. I have downloaded my broker's MT4 to my VPS. If I want to create a second, or multiple 'instance of MT4' with another desktop shortcut and separate broker account, what is the easiest way to do this? I assume i can't...
Hi all, im wondering why i get all these warnings when i compile my old EA:s. They are working fine on build 509
  how to encrypt EA?  (10)
I want to know how to encrypt EA? for example, we should put in pass word to use the EA or use it for some time? thank you!
Hello I have updated my OS to Windows 7 from Windows XP but now .ex4 indicators are not working on mt4 on windows 7 ? Any Idea Plz
I want to use my custom indicator in my other custom indicator using icustom function .I have searched regarding this but nothing find helpfull .Can anyone help me?
if( Stop_Loss > OrderStopLoss() )          { Print("Stop_Loss and OrderStopLoss():",Stop_Loss,",",OrderStopLoss());            .........          } just as you see the code as above. what is surprising is that I see the values of Stop_Loss and OrderStopLoss() are the same in journal of...
Hello Programmers is it possible to draw 2 time frames like 1H and Daily in the same chart ? (1H in the main window and the Daily in sub-window) . Thanks in advance
[Deleted]
Hi, I'm newbie in here. I want to make auto open position or pending position in MetaTrader using my custom expert advisor, but I can make open position or pending position, if user confirm to open position or pending position. My Question : i want to ask can I make open position or pending position...
We always try to improve the system of publishing your own programs on MQL4 web-site.The developers of the site express the following recommendations for the publishedcode: If your are the author of the script, you may leave the "Real Author"field empty. If not, please indicate the name of a real...
Hello, I got one issue that I need help with and not sure if it's doable. Is there a way to get historical equities (daily) for a certain account in MQL4? Please advise. Thanks
[Deleted]
Hi one and all. I'm not a newbie trader but I am a newbie to MQL4 coding and I'm afraid my old grey matter isn't what it once was. I'm seeking some help to make an addition to an old metaquotes Fractal indicator below which has already been modified slightly and which I have re-named to avoid any...
I am looking for genuine proven MT4 indicators that can recognize the following: Patterns i.e. Candle stick formations, Raising Wedge, Falling Wedge, Ascending Triangle, Descending Triangle, Symmetrical Triangle, Flags, Channels/Rectangles, Double Head Top & Bottom, Triple Head Top & Bottom, Head &
Hi all, I'm thinking about drawing a Text object, telling the time of a verticle line, this verticle line I'll move around MANUALLY, so the Text content would change. The problem is: I want it work at weekend, no tick coming in. Any idea? Afrikaans Albanian Arabic Armenian Azerbaijani Basque...
Hi, I thought I could run the same EA on more than one chart in MetaTrader I was recently told by a programmer that I could not. Is it possible to run an EA on more than one chart in one metatrader? If the answer is yes, what should be done to avoid the EA confusing the orders? Is the magic...
[Deleted]
I created a simple indicator which shows pivot points and s/r levels (shown below). I would like to make it so a green arrow appears over a candle if the values for R1-P > P-S1 and if the candle closes below its open. For the life of me I cannot figure out how to make this happen . Any help would be...
hello people, sorry if this is not the right place for this post. tell them, I'm new to programming and design in EA in MQL4. when I finished and started to test my broker update the version of mt4 B574 to B509. when I compile my EA no errors but when I want to add the AE graph tells me "is an...
[Deleted]
Hello people, I'm 16 and fairly new to programming. Have had a go at writing my first EA and I'm getting an error to do with passing values to functions. What I am trying to do is pass the boolean variables returned by my two long and short trade-scan functions into my trade execution function, but...
I am getting these parameters when trying to do offline backtest: - MarketInfo(Symbol(), MODE_LOTSIZE): 100.000 - MarketInfo(Symbol(), MODE_MINLOT): 0.1 - MarketInfo(Symbol(), MODE_LOTSTEP): 0.1 - MarketInfo(Symbol(), MODE_MAXLOT): 100 After I login to an account it goes to 100.000, 0.01, 0.01, 99...
Hi I have some problems with my magic numbers. I have one real live account with EA:s that has magic number 1117 and 1118 and 1119 And i also have a Demo account with the same broker, with a MT4 that's installed on another computer. The thing is that, if i run EA:s on the demo account. It doesn't...
I found that metatrader and backtesting is looking like a devil saying yes and laughing at me. I ran many expert advisors including the moving average that comes default with metatrader and when you run it over a few days with tick data or openprices I dont see the profit on report having the same...
Now I have made codes as below in " int init()" in my EA     ObjectCreate("a",OBJ_LABEL,0,0,0);     ObjectSet("a",OBJPROP_CORNER,2);    ObjectSet("a",OBJPROP_XDISTANCE,20);    ObjectSet("a",OBJPROP_YDISTANCE,20);    ObjectSetText("a","注:未计算平台交易手续", 12, "", Snow); when the EA runs, I can't see this...