MQL4 and MetaTrader 4 - page 931

  What is your internet speed?  (82   1 2 3 4 5 ... 8 9)
I have a low 0.63/0.5. Ping = 117ms. How about you? You can measure it here
[Deleted]
I have a couple Line Values being generated from an indicator I wrote.  The Line Values are Labeled Value1, Value2, and Value3 in the Data Window.  Can I name the Line Values in the Data Window with the indicator.  For example, I would like the Labels in the Data Window to say Rel Str, High Limit 1...
I have developed and OPTIMIZED an EA with PROFIT FACTOR > 10, DRAWDOWN < 15% and PROFIT = 140% backtested from Date 1/10/2011 to Current Date. Now how to do its forward testing? This EA has been developed on EUR-USD currencty pair with 30M timeframe. What other things I still need to check before...
Please! Inside custom indicator has int op1. How to write code in EA for get op1 ? Thank you
Hallo, i look for a very simple example of a dll-code. I need only the basic structure of a dll. In use of my dll, i get always the message: "cannot call function "PlusZwei" from dll 'Test1.dll' (error 127)". // Test1.cpp : Definiert die exportierten Funktionen für die DLL-Anwendung.#include "stdafx...
[Deleted]
First of all, I wan't to apologise, if I duplicated any previous subject, but I did not find topics about my problem on that forum. I wonder why  variables TP & SL doesn't work as external ones whereas declaring them without "external" makes everything work correctly. When TP and SL are external...
[Deleted]
  Orders rejected  (5)
I'm trying to run my  29EAs simultaneously on mt4. The problem arises after  the fifth ea, the platform reject  the orders after the sixth. Some suggestions???
Hi, Is it possible to detect the previously opened trade's lot size and doubled it if the trade is detected lost any help,or at least if anyone can tell me if it is possible. THE BIG PLAN Find a system that will trade frequently with winning rate of 55%,constant and same sl and tp level, double up...
Is there any wayi can install my EA on  MT4 mult-iterminal ?
In the spring time, we released the new feature on MQL5.com – "Attract Visitors". Users started receiving rating points for each web link that was placed on a third-party web site and used to attract new members of MQL5.com. Articles, orders in Jobs, programs in CodeBase, trading signals...
How to add the entry in the same position when the price of the lot provided the brokerdoes not exist? Example: If a broker lot maximum of 100. We wanted to order 150, then the EA will put up 75 and 75 double entry! Thanks
[Deleted]
2013.03.15 16:16:34    Cannot open file 'C:\Forex.com\experts\MACD Sample.ex4' on the , Does anyone know why I get this message
  Thank you WHRoeder  (26   1 2 3)
Thank you WHRoeder. I added this to my indicator. I was able to get the indicator to display the info at the top left edge, but it does not provide the values for the Highest, Lowest or Range. Do I have to make the indicator an EA to get these values displayed??  Again, thank you so much for...
I'm sure this has probably been asked and answered before, but I don't seem to be able to find an answer.  If someone could point me in the right direction I'd be most grateful. I'm trying to have my EA check the distances between all (up to 5) opening trade levels and current trailing stops for...
Where can I find some documentation on how to use this editor?  Like how to include code formatted correctly?  Or can someone tell me?  I'm beating my head against the wall over here and can't figure it out!  Thanks....
Hi, I just learnt mq4 and implementing by practicing writing small ea and indicator. I need to clarify the following doubts to be cleared: + Is this possible to add icon image on written EA or indicators? + if anyone runs my EA or indicators my customized link to be opened in new window browser, is...
  MT4syc  (1)
Hi I wonder if some-one could give me some pointers, regarding expert adviser, I joined a site that d/loads your history from MT4 and then (I Think) you can view your stats, manage blogs, trading plan etc I was required to d/load and install a thing into my MT4 broker it came with a huge key, all...
in EA code. Can anybody help me ? How to create an arrow on a price chart when a particular condition is met ? without disappear old arrow. thanks
I mean I just can view currency pair price but not gold or silver or other precious metal's price? How can I? thanks. 
[Deleted]
  sms msg  (3)
I am setting up SMS with gmx.  When I test i get (Mail: not enough space for 'test message') What doest this mean?  
Hi, i see that so many users have problems with History Data to test their EAs and strategies because there is no complete and optimized offline dataset's available to use in the MT4 terminal. I can offer prepaid package's of optimized and strong History Dataset's (based on the average data from 5...
[Deleted]
  SMS Messages  (2)
Once I get the sms set up on the Tools>>Option tab, how do I code an sms in the EA?  
[Deleted]
  Help with EA  (1)
I am trying to get the EA to begin by placing trades.  However, nothing happens when I load to chart.  Earlier I placed the trades manually.  I then adjusted the code to place the trades. I cannot get it to place the trades.  My first EA. See attachment.  Thank you ... 
Just started running Build 482 under Windows 8.  Cannot access the experts/log files because they are stored in Window "compatibility" mode and I do not see where access to it is provided any more by Windows Explorer.  Same problem with Templates.  Does anyone know how to access compatibility files...
Hi again, I still have difficulties in coding this. Maybe someone could advise me please. So far I made signal() checked on every bar open. int signal() { // Execute on bar open if (CheckOncePerBar == true ) { int BarShift = 1 ; if (CurrentTimeStamp != Time[ 0 ])
  Tick charts  (3)
Can anyone help me get tick charts on my MT4?   Tick charts are candles/bars formed by the amount of ticks instead of by minutes.
  For Loop  (3)
Why is this for loop not working its worked in the past?  Please let me know.   Thank You Ray rminardi1@verizon.net    LT=iLow(NULL,PERIOD_M15,0);   HT=iHigh(NULL,PERIOD_M15,0); //Hi and Low for last 2 days for (Bars1=1 ; Bars1>=707;) { Bars1=Bars1+1; if (iHigh(NULL,PERIOD_M15,Bars1) > HT) {...
[Deleted]
I want to close all orders on net profit of all orders.  How should I handle the slippage parameter in the ordersclose function? Can I just close at the market?  I am rather new at this.  Thank you... 
  multiple orders  (2)
HOw do I change my ea so it will open multiple orders in one direction as pullbacks occur??
[Deleted]
I have several demo accounts.  When I load the EA EURUSED on account #1 then open account #2. The EA is on EURUSD of acct #2.  Can I change the behavior to only be on acct #1?