MQL4 and MetaTrader 4 - page 934

void PlaceOrder(int iSignal){   int iTicket;   double op1=Ask+BuyStop*Point;   double op2=Bid-SellStop*Point;            if(iSignal == 1)   {      iTicket=OrderSend(Symbol(),OP_BUYSTOP,dLots,  op1,3,op1-iStopLoss*Point,op1+iTakeProfit*Point,"My First EA",iMagicNumber,0...
Hi all, In the below table you have Traditional renko chart script. In Noraml Renko chart you do not see the real Open Price for renko candel. If anybody can change the following renko code or have LogiBar mean renko script please share it here....
[Deleted]
  One line in different colors  (16   1 2)
Hi guys, i want to draw an indicator like SMA but the color should be variable. For example if the SMA is rising than it's color should be green. If the SMA is falling then it's color should be red. I can't find a solution for that.
what is the different between OBJPROP_LEVELWIDTH and OBJPROP_WIDTH?
I would like to write part of my program(ea or indicator) in a dll for security reasons Which language to use?   Thanks 
  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 ])