MQL4 and MetaTrader 4 - page 951

Hello Everyone, Is this possible, that client should not Back-test of EA. If any one know, Plz! share this info. Thnx! in adv. 
I've been working on EA's for 5ish Months now, and i finally have one I feel quite happy with (Still not done, I'll never be 100% done untill I achieved the "grail" lol) but i've come to a dilema, now its come down to me being scared to let my baby loose into the real world. I'm not to scared to...
  fx market depth  (8)
Hello MQL4 community, While browsing the MQL5 market, I found an indicator representing majorities of buy to sell order ratio. I understand in MQL4, volume represents the amount of ticks per bar and not a buy to sell order ratio. I believe this might be a practical method to place order sends/closes...
[Deleted]
http://www.metatrader4.com/traders User guide listed there does not work. Guide opens but there's no info. Just says:  Navigation to the webpage was canceled Is there another spot for the user guide?
[Deleted]
Please explain me any body How can I start my business? I have a real account and some credit. How can i add my forum account at real account. Thank you.
What 'Volume' (/bar) that is shown at the bottom of the MT4 charts does this actually refer to? 1 - Ticks/bar 2 - Trade volume? If so what type of 'volume'? a - # Lots? b - # Trades? c - Monetary value?  If so, what is used for the 'valuation' of this? OR ???
Hello,   How can I get signals from demo account to my real account? Appreciate for your help.    
Hi there, I m having problems figuring out how to set stoploss and take profit. I have found a few answers online but cant seem to find a solution that works with my problem, and running out of ideas. I can set vaules manually, im using Alpari UK demo account.  I think the minimum SL TK is 30 pips....
Hi, I need help ! I'd test my EA in two computer who have metatrader 4. The problem unexpected are the results: they're différents. I ask why this is the case, because one of the post may be not normal. Thanks
New article MQL5 Cookbook: Getting Position Properties is published at mql5.com: In this article, we will create a script that gets all position properties and displays them to the user in a dialog box. Upon running the script, you will be able to select out of two modes available in the drop-down...
[Deleted]
Does anyone know of an indicator like this? Apparently used by hedge funds. It is a standard deviation channel that automatically draws the channel in from the most recent extreme high/low to the most recent extreme low/high over the last (x)...
Hi, how can i make all the multiple charts i have open automatically evenly fill the main window, even if adding or removing charts it adjusts and re sizes the window so they all evenly fill the main window? thanks a lot
Hi, When I use RefreshRates in asynchronous mode on my EA, function returns False and I receive an error 4054 (incorrect series array using). What could be the cause and how to fix this? Can anyone help?
hi all, need a little help the code is: basically its a scalping EA. timeframe 5/15/30 min. the algo is like if certain conds are satisfied enter into trade and exit after a few pips say 10 pips. the EA should compare 10+entry price. i am having trouble getting the price at which i entered into the...
[Deleted]
  what's wrong?  (15   1 2)
for(i=OrdersTotal()-1; i >=0 ; i--)                        {                        if(OrderSelect(i, SELECT_BY_POS,MODE_TRADES)==true)                                                 {if ((OrderType() == ((OP_BUYSTOP)...
  random distance  (6)
Hi all, So, the issue have to do with the open of an order that should be opened from a distance of other. Say that one want to open an Sell order 2 pips (20 points) down from  the open price of the Buy order. With the code that follows some times it opens at the Opposite distance, others more than...
When will the Mt4 platform for window phone 8 release !!!!!!!
  Thoughts on the random  (293   1 2 3 4 5 ... 29 30)
Good afternoon! I'm writing this and wondering how not to offend anyone or provoke a flood. I hope to be constructive, and, I'm just asking (not proving, not refuting, just wanting a dialogue). If you take a series of quotes for many years and create on their basis a file of zeros and ones: zero if
Hello, I try to publish a little script to codebase but it was rejected with this message : Unfortunately, some of your codes "Check connection (IsConnected)" need to be corrected.They are returned to you by moderator for correction. My problem is that I didn't found any error. It works very well...
  The expert log  (17   1 2)
Hi all  I know that this is probably a very basic question, but I haven't been able to find the answer, so I try to ask you ...  I have a demo account at Alpari UK, where I'm testing a EA that I've build.  I can see that there is an error in the EA, and I'm currently investigating it.  The Expert...
[Deleted]
While using ExpertAdvisor MetaTrader4 could take more than one transaction simultaneously ?  long only transaction in the same currency pair
  data fetch  (1)
i am from india fow to fetch data historical i mt4 for 1 year
I  go across several articles with "This is the fourth article from the series "MQL4 Languages for Newbies". ". I found these article very helpful. But the first article " "the fundamentals of MQL4" can not be found even if i searched several times on the site. Could someone be so nice to give me a...
Hi   i ve got the following code that is trying to make an MA out of the C-L calculation. My main problem is tha: When i first place the indicator it is drawn fine. But after it it starts drawing a straight line... cant really figure out why. Here is some snapshots.  Pic A when i first place the...
[Deleted]
Hello, I´m making my own EA. So far I want to open 3 positions at the same time, but what happens is the EA get a bucle and starts to repeat that process a lot of times. I mean, the EA works fine, open the 3 positions, but after a second or less, it continues opening the same positions. I just want
[Deleted]
//+------------------------------------------------------------------+//|                                                    Mahim.mq4 |//|                           |//+------------------------------------------------------------------+#property copyright ""#property link      ""#include <stdlib...
I loaded a robot program in folder expert  and seems all ok but on the left below the folder where are the colored icon of expert my expert is gray! and i belive  that in so way it is doesen't wokìrk.Where do i make  the mistake? please helpme Armydas     
Everybody suggests that the best way to protect an EA is thru DLL. Can anyone show how to do that? Assume just a simple EA. int start() { //---- if (OrdersTotal()==0 && iClose (NULL,0,0)>iMA(NULL,0,60,0,MODE_SMA,PRICE_CLOSE,1)) OrderSend(NULL,OP_BUY,1,Ask,3,100,200,"buy",123456,0,Green);
I keep getting the error when closing out part of the lots of a trade and cannot seem to fix it, any ideas? It does not perform order modify on the sell order either which is strange! void BreakEven1(){ if (BreakEvenType==1){    double lots = 0;    double takeprofit = 0;    for (int...
I mean when I execute script, "close" for example, it never run well, and I get the information as below:   I want to know why and how i can use script usually? Thank you!