MQL4 and MetaTrader 4 - page 608

I'm not sure if this has been raised before as there have been several reports of MT4 crashing in the various recent build updates. I'm on build 940, using Windows XP SP3 I have run several tests in strategy tester on a new EA that I have written and everything works fine.  Then I tested it on...
[Deleted]
Hi guys, im new in EA, im create EA but im having trouble with errors 138, and how do i put take profit by modify order from input  because when i create modify order take profit the result still error 138, here my EA #property copyright "Andy"#property link      "Andy" extern int     Magic =...
[Deleted]
i have trade using robot i trade many curencies in one platfrom, but when the signal confirm in several curencies it only execute one ow two curencies, IE : its Conform to execute EUR,GBP,AUD,JPY but its only excute EUR and GBP, what logic or setting do i had to fix
Hi, i wonder , is it possible to update some value such like Arrow or Text on terminal screen when debugging Step Over or Step Into? it would be great if i can see updated value on the screen real time when debugging. any help or guide appreciate! thanks
I see that the horizontal scale does not sync with the candlesticks when zoomed fully in. It syncs with all other zoom settings. Is there a setting I should change to sync full zoom?
Hi, I need help to fix my code. My intention is to identify trend with alert or some object text based on Moving Averages for several bars ( TrendMinDurationBars ). Here is the idea: "Trend Up" when MA[shift n] <= MA[shift ...] <= MA[shift 2] <= MA[shift 1] , "Trend Down" when MA[shift n] >=
[Deleted]
  Regression equation  (156   1 2 3 4 5 ... 15 16)
Members of the forum! Can you advise - has anyone worked with regression equations for currency quotes? Are there any indicators, MTS, MQL-libraries based on them? For those who are in the know, could you answer a couple of questions? I am interested in regression equations. But I face the problem
Hello everyone, i'm trying to modify ATR indicator from standard library with iMa function for learning purpose, the code is:   //+------------------------------------------------------------------+//|                                                          ATR.mq4 |//|                   Copyright...
  EA doesnt trade  (8)
Hi guys im here with the typical problem again im trying some code but the EA doesnt trade when the Rsi1<=70 code is in. double Rsi0 = iRSI(NULL,0,14,PRICE_CLOSE,0);double Rsi1 = iRSI(NULL,0,14,PRICE_CLOSE,1);if (Rsi0>70 && Rsi1<=70 &&  Bid<Close[1] && Close[1]<Open[1]) if the code i said before is...
[Deleted]
DEAR SIR, Please give me simplest sample code for , file write , file  append ( one samples for text file  , and one sample for csv file ) thanks you sir
[Deleted]
It's seems that on build 940 there is a bug using Global Variables: when you add manually a GV all is ok, and you can perform normally other functions (modify and delete). But if you close the platform and reopen it you loose all changes. Probably there is some problem with the copy of changes on...
Hi, I try to fix one EA, and make and indicator that shows OrdersTotal(), but when I do backtest and attach the indicator that shows total orders, the indicator shows NOT THE BACKTESTED EA's total orders, it shows the actual MT4 account orders. So, what the problem and solution?
Hi everyone, I'm new to the forum. I have an EA already designed, but wanted to refine it a bit and experiment more around it. Does anyone know how I can calculate the running win rate of the trades my EA is placing? Is there no reference to this within MQL4? I already know what the win rate should...
[Deleted]
Hello! I would like to export an online forex broker all mt4 products' specifications (which is available in the market watch window if I right-click on an instrument) export to a file on my computer. Does anyone know a way to do that? I do not want to bother of print screening all products'...
[Deleted]
I need a help, since I am not a programmer, I relied to a website to create my EA, unfortunately all is not well. The first thing I ask is the following: extern int MagicNumber = 10001; extern double Lots = 0.1; extern double StopLoss = 50; extern double TakeProfit = 50; TrailingStop extern...
I'm trying to troubleshoot an issue with a ea I'm working on. During back testing, the test is running smoothly however at certain point there is a huge gap in the data and a closed order with a huge loss.  I've attached two screenshots showing the issue.       As could be seen in the second...
Hi,   Honestly I quite forgot how to program in MQL, was just trying to compile an old program of mine:        It is probably something very basic, I just want this program to work for now :-)     Would appreciate any help! 
[Deleted]
Hello! For Christmas, my parents purchased an Ipad Mini 2 for me. I downloaded the MT4 app and have enjoyed it thus far. For my trading profile, I need the Forex MTN indicator to be applied for a good entry point. I can do it without the indicator, but I believe it is a great tool to utilize for...
[Deleted]
Hail the reader... and to him a Merry Xmas and many pips in the coming year. I am endeavoring to change some code in my indicator - but on compiling it gives me the error as see in the file appended hereto. The error message is as follows:- 'SetIndexLabel' wrong parameter count I am grateful for
[Deleted]
Hi, Is there anyone here tried to run an Indicator using an EA? Thanks...
Hi there,   Its mostly a theoretical question (but example code is always welcome).   The real question is: how to correctly code the 'frame' of an EA that tests multiple scenarios from multiple custom indicators? The way I'm (busy) building an EA, is not very much focused on 1 strategy, but is...
THE ARROW REFUSED TO SHOW BY IT SELF , UNTIL I SWITCH TIME FRAME , THAT IS , IF AM ON 5MUNTE TIME FRAME ,I WILL CHANGE TO ANOTHER TIME FRAME AND SWITCH IT BACK TO 5MUNITE TIME FRAME BEFORE THE NEW ARROW APPEAR . PLEASE HELP ME OUT...
Hola; Tengo un problema al hacer backtesting con metatrader, ejecutado desde Tickstory. Hasta ahora lo hacía sin problema, pero desde hace un par de días me aparecen los siguientes mensajes al dar a iniciar la prueba de estrategia. Si doy al botón de propiedades del experto tampoco hace nada. No sé...
When dragging the  trading symbol to the chart, we get new chart symbol.  I am new and learn by myself to mql programing, possible to code to get the previous symbol from the active chart?  Thanks.
[Deleted]
Hi 1. In MQ4, I understand that there is no concept ofclasses and structs. The only way I found for holding lot of data is arrays(buffer) or save to a file. Is there any other way? 2. It doesn’t say anywhere but I wasn’t able toreturn an array from a function. Is it the right behavior?...
I remember mql4 community was closed in favor of mql5. Didn't know they have re-activated it again! So I posted my question on mql5 forums : MQL4: Sharing file between two MT4 on the same PC I checked a couple of topics for the same issue, but they didn't solve my problem. Any help would be...
It's not easy to see the used Margin of an order if there are a few orders opened.  1.  Is there a simple way to get the used Margin of an order? 2. If there is a short order of "Eur/Gbp" and my account money is "Usd", should I use the bid or ask price of "Eur/Usd" to calculate the used margin? 3....
I've written a large number of indicators and they are fairly robust. I have always followed a pattern to display all but one of the buffers in the main chart window and reserving 1 buffer not to plot but to store measures that are calculated for and retrieved by a given EA. These measures aren't...
Hello! In a loop I want to assaign the values of the operator to specific arrays depending on the loop-variable. This is a simplified example:  ---------------------------------------------------------------   double Array1[1], Array2[1], Array3[1], Array4[1],...;  for (int i=0;i<=100;i++)...
Hi, I've come across on something weird. Having an extern input variable followed by comment changes the name of the variable in the EA's/script's Inputs Window. The following code: extern string myVar = "abc" ; // This is a comment extern double d = 2.5 ; /* Another comment */ compiles fine and