MQL4 and MetaTrader 4 - page 1614

[Deleted]
  DLL load/unload  (3)
When a indicator/expert uses a c/c++ dll, is the dll loaded for the lifetime ofthe indicator/chart being open, or is it loaded & load as needed?
[Deleted]
Hello, I would like to use a DLL which includes some functions to work with POP3 protocollike Connect, Delete, Retrieve etc. I don't know how to define that DLL and thosefunctions in MQL4 in order to get it work. Once it is defined and I am able to use those functions I am able to code what Ineed. I...
Hi, Why does the MACD indicator show 5 decimal places and iMACD() return only 4 decimalplaces? Try the following EA and add the standard MACD indicator to the chart. Test conditions: Server: Alpari UK. Terminal version 211. Symbol GBPUSD,M1 My observation is that 5 decimal places of accuracy are...
Hi I hope this email sees you in the best of health I need someone to create 2 urgent EA's for me. Please add me on my msn to discuss. My msn is youth@ansaryouth.org.uk Am willing to pay credit card, paypal cheque or cash
[Deleted]
can the tick and trin indicators be used in mt4 if so where abouts can you loadthe indicators from.Regards antony
[Deleted]
I am a MT4 newbie.  How do I change the time setting on my chart to GMT?
I really don't understand why... It starts working normally, then the speed decreaseasa lot, a tick coming at 1 or 2 seconds (yes visual tester speed is slided to max).I was left for an hour and when I came back I saw the "Please wait while Windowsis increasing the virtual memory" message. Why does...
now Mql4 draw a line or a ray line. how to draw a line with two points and only inside two pints not extent out? In other word i only want to draw a line segment.
Registration to Automated Trading Championship 2006 is opened! Just click to banner above!
Can someone help me with code that will only place one order between 0 to 24 hours?I want to code an MT4 EA to place one order per each 24 hour day. Whenever an orderis triggered by EA during the day, EA can not place another order until after 24:00Midnight. Wackena
Although I've programmed in various languages for the past 20 years, the time dimensionof MQ4 is loosing me. I would like to have something alert me after the following condition is met: Current -2 Low < Current -1 Low && Current -2 High < Current -1 High A sell would occur as soon as the current...
Hi!! I've been trying code a RSI protect. Something like this logic: if RSI>90and orderType=buy and orderprofit>=x pips, move SL to +x pips. This has to beeasy to code but I'm newbie and I can't get the code I want. any help?
[Deleted]
Hi, all is in the title: How to get the bar number from the time value returned by WindowTimeOnDropped()? Thanks!
[Deleted]
  Bar time  (1)
Hello, Hope u r doing great!!! I want to know the function to know the date and time of the occurance of barson any chart starting from bar 0 onward. Regards, Ali
[Deleted]
I'm attempting to code an EA that puts BUYLIMIT and SELLLIMIT below and above thecurrent Price perspectively at startup. Or a static price of choice as an externalvariable. For example... GridSpacing of 10 pips with a total of 10 pending orders placed (5in each direction). Can someone assist in the...
I need to know the height of the main chart window in pips or pixels, so I can placeobjects at just below the top of the chart window.
[Deleted]
  Indicator Level  (1)
Hey, I have this indicator that needs to do X-thing when it falls below -0.50 whichis also a level on a separate window. For some reason, MetaTrader (or C) doesn't like if statements with negative numbers. Here's what I'm trying to do..... if (array[x] < -0.50) { do stuff } but it doesn't like...
-
Hi, lately I experienced weird behavior with my MetaTrader and ODL. My logs show entrieslike these: 07:48:29 'xxxxx': request 1.00 EURUSD07:48:29 'xxxxx': request was accepted by server07:48:29 'xxxxx': answer 1.00 EURUSD 1.4916 / 1.491807:48:32 'xxxxx': close order #1914045 buy 1.00 EURUSD at 1...
Apologies for the newbie question. I've worked as a programmer for years but amjust now learning MQL4. I'm having trouble using MessageBox and PlaySound. My EAlooks like this: int start() { Print("Error number ",GetLastError()); MessageBox("Testing"); Print("Error number ",GetLastError());...
it seems for some reason when I back test my strategy I get several orders per minute. It is just a simple stop and reverse system based on a double moving average crossover. 28 2007.09.17 04:27 close 14 1. 00 1. 3871 0. 0000 0.0000 -30. 00 9244. 70 29 2007.09.17 04:27 sell 15 1.00 1.3871 0.0000 0
[Deleted]
Hi, I downloaded the demo version and I am really impressed with your software. Ithas the best user interface I have see, it is easy to navigate and offers manyadvanced functions. I'm looking forward to automate my Forex strategies but I havea question/suggestion. Is there an Easylanguage...
On the website of the Automated Trading Championship 2007, the Report of the 8th Week of the Championship has been published. Two thirds of the Championship have passed. Familiar Participantsare on the first places, but surprises run on. The Championship leader's equityhas grown by 46 thousand by...
[Deleted]
Hi Guys, good day to you all, I have a question, tough I think it has been answered many times - yet I don'tseem to be able to find straight answer anywhere. For many people I'm sure thisproblem is just a thumb excercise, but unfortunately I'm not one of those luckysouls.. . I'm new to MQL4, and...
is there a way without doung extensive programming to have 2 MT4 charts side byside linked? So while scrolling in one chart the other is following it?
[Deleted]
i am trying to program an indicator in metatrader with not much luck because i knowzilch about programming.I read an article on here on how too do this ,, but I amgetting errors when i compile and I am not sure where to write in the sound alertitself,,and I also am not sure how to import the...
I am trying to flag the condition of MA crssover in my EA. For this the code I havewritten is min15ma14now=iMA(Symbol(),PERIOD_M15,14,0,MODE_EMA,PRICE_CLOSE,0); min15ma7now=iMA(Symbol(),PERIOD_M15,7,0,MODE_EMA, PRICE_CLOSE, 0); min15ma14prev=iMA(Symbol(),PERIOD_M15,14,0,MODE_EMA, PRICE_CLOSE, 1);...
Hello I am hoping someone could help me out and tell me what I need to do to the attachedEA i am trying to set a buy when all blue and sell when red situation at the momentit compile's and buy's only I have been looking at the code and trying to changethings around but can't seem to see what I have...
  DDE commands  (2)
Are these the ONLY DDE commands available in Excel? =MT4|LOW! USDCHF =MT4|HIGH!USDCHF =MT4|BID!USDCHF =MT4|ASK!USDCHF =MT4|TIME!USDCHF =MT4|QUOTE!USDCHF I know you can change the symbols, but I was hoping for a little bit more. If there is more, where can I find some documentation on it
[Deleted]
I am new to MT4 and could really use some help. I am looking for an existing script or for someone to create a script that records the price of EUR/USD every half an hour and places the value into an MS excel spreadsheet . I have no clue how to make a script with MT4 and I could really use some