MQL4 and MetaTrader 4 - page 888

[Deleted]
dear senior and forum community, please help i trade with grid using ea, i want ea open new position only if no position in the same area example using grid 50 point, current price is 1.5000, then price move to 1.5050 (if no position active at 1.5050 then open new buy, but if there is active...
  ArrayCopyRates  (1)
Dear Forum, Is there any example to teach me to handle correctly the function: int ArrayCopyRates( double&dest_array[], string symbol=NULL, int timeframe=0) Let's say I need to code the indicator WPR inside DLL, how to pass the parameters to DLL? Also, is this process slows down the considerably...
Phoenix_5_6_03 what is the currect optimization this ea
Hello Is it possible to have the very useful Polyline code in a separate, self-contained library file? Because I've had issues getting the code to compile, it seems integrated into the trading functions of WHRea.mq4 but I just want to display the result from calls to iCustom, and when I try to...
I am new at trading and I found the EA named "Expert+10" here on the site. This EA only works well with EUR/USD because it is set to a particular time frame, "I guess," specific to the EUR/USD. I was wondering if there was a way to set it up to trade the previous days high and lows on any currency...
Hi, I am developing a function that is driving me crazy, a simple: if ( temp1 == temp2 ) seems not to be working. The Original function is: int encontraIOposto2(int direcao, double valorFecho){   for(i=0;i<150;i++)   {      if ( direcao == 1 && valorFecho == longGridPositions[i] ) return ( i-1...
[Deleted]
Hey guys! I'm very new to writing EA and just trying to learn the basic of it by making a simple moving average cross over + RSI + trailing stop loss EA. My code is as below but I can't find any reason why it keeps saying unbalanced left parenthesis. I even check every single parenthesis with the...
Hi all: I want to test my EA, but in the tester, it seems that lots of the historical data are missing. As shown in the following image, the data between 2012.04.02 15:00-2012.7.27 05:00 are missing. My code is very simple. Just demostrate the idea. int start(){Print("Enter the trendea2, time @...
Hi, as the title. Can anyone help me? Ex: I have order on H4 and i want to close it (use OrderClose()) on H1. Im thinking but have no idea to code. Please help.
What's the difference ? I guess G lasts 4 weeks if not visited, while S lasts forever. Both are stored on harddisk. G can be deleted with MQL, what about S ?
When backtesting (using the tick method) the highs and lows on other timeframes get all screwed up. Is there any work-around to resolve this? My EA uses various timeframes at the same time, and it needs the highs and lows to be correct.
hi, guys I got a question. my EA stop working after several hours. Thing is, I can't find certain answer as to why the EA stopped working. It just did. Once every several hours I have to restart my terminal. I dont know why and I really want to know what's blocking the EA to work continuously....
Hi i`m trying to build an EA to trade candlestick patterns.The strategy would consist of 3 candlesticks.And after the second candlestick a buy-stop or sell-stop order would be placed above or below the 2 candle's wick,after the 2nd candle is formed but when the 3rd one is still forming.The problem...
This gets called and checked every hour with regards to the bias. For example "H1_Bias" will be checked every hour and can change to "None", Down, or Up based upon MA's. It works in conjunction with "IsNewCandle()" function. I am getting the error 4108 and market order cannot be deleted... I know...
Hi, I'm not a coder, just a user, so please help me understand why we are "stuck" with 5 min or 15 min time frames or 1 hr and 4 hr in MT4. I know we can create out of the ordinary time frames offline, but "live" candles are what I trade with. Does someone in this forum have an application (for...
First off, I know Raptor that you have raised this issue with me before, but I cannot remember where you wrote it, and, more importantly understand where I am going wrong? As far as I am aware I was writing it correctly so that the EA attached to any corresponding Pair will be able to always work on
Hello all, First post so please direct me to the right place if you need to. Im not sure if I need a script to do this but please let me know if I do (and provide solution if possible). I am trying to create a simple mql4 program or script that will place trades based on the MA. There is an...
may we use more than 8 buffers or arrays in an indecator or EA ?
Hello I have 2 codes, that look almost the same but the results on backtest are 100% different. Can somebody tell me what is wrong with 2nd code because that is the one that is broken. 1st code: int start(){               double MA_1_t=iMA(NULL,0,FastMAPeriod,0,1,0,0);double MA_2_t=iMA(NULL,0...
[Deleted]
Hi MQL4 community, I was wondering if anybody knows how to change the display of the following oscillators: MACDRSISTOCH from there standard display placed at the bottom of a chart, to example shown in the image I have attached to this post? Please do let me know! Thank you so much in advance....
[Deleted]
Hi, Here results of work of the program above which I worked more on a year. Advantage of the program is work at all brokers, and an opportunity of loss of the deposit never. I have already created that program in which is assured. I have received 22% profits for a week of work on real but it not a
[Deleted]
Hi, I'm planning an EA, which will send a series of orders if trend develops well. The latter orders depend on former orders. And orders's sizes are not the same. The very first order's size, especially, is quite different. So, I'm thinking: what if MT4 re-connect? ----even if I try to keep it...
Hi All, Please see attached mq4 file. I have modified this to display charts in 4 TFs at once in the same window, from the original (correctly working) mq4 that only displays one chart at one time, as here: http://www.stevehopwoodforex.com/phpBB3/viewtopic.php?f=45&t=629 no. 2 in Post #1 (Currency...
Hi, Looking into ZigZag code, there're 3 parameters: extern int ExtDepth=12; extern int ExtDeviation=5; extern int ExtBackstep=3; What do they mean? Apparently it's not what I'm thinking ---- for example, when price moves more than 30 pips, it begins to draw a swing high/low. But from a beginer's
[Deleted]
  icustom calling  (17   1 2)
I have some doubts regarding calling of icustom function from within an indicator.the documentation does not state anything in this regard.even it does not state whether EA can call custom indicator using icustom function although it is possible.any clarification is welcome.. thnks
It's starting with a template that has some indicators and I don't know why, why isn't it starting with the default template with just the prices in OHLC like it's usual? It's using a template that has a bugged indicator, which I already changed, but it keeps using the old settings, and so it...
  Struggling with GV code  (13   1 2)
Hi all I am trying to get a variable form one chart, into an ea on a different chart, really confused by usage of Global Variables(platform variables). Here is what I have tried.(deleted init etc for clarity) string haLow = "GV_haLow" ; int start() { double testhaLow = GlobalVariableGet
[Deleted]
Hello I have a problem with requotes and need your advice. When I send an open or close order to a broker, he sends me requotes so many times that it throws a TOO_MANY_ORDERS error. How do you guys handle that error? I mean, I have created a function that resends the request to him again and again...