Hi, I am brand new to MQL4 and this is my very 1st attempt at writing an EA. I have created two functions for trendLong and trendShort. If current bar's open is higher than daily open then it should open a long position and vice versa for short positions. 1- What I see is that it only opens long...
Hello I try to catch the '1,2,3' on semafor but all are not catched. i use it int pos = Bars - countedBars; if(iBuffer1[pos]==EMPTY_VALUE) { iBuffer1[pos]=iCustom(Symbol(),0,"3_Level_ZZ_Semafor",Period1,Period2,Period3,Dev_Step_1,Dev_Step_2,Dev_Step_3,Symbol_1_Kod...
Is this possible? Can an EA limit ontick function for indicators so that the indicators on chart recalculate on new candle only. For example: EMA and MACD on D1, EA recalculates indicators on new D1 candle. H4, freeze all indicators on candle open, recalculate on new candle H4, H1 Freeze chart...
Good day folks. Please excuse me if this is already posted somewhere, but I haven't found anything on this. In MT4, I have a running EA and one Indicator (spread widening indicator) in each chart. The problem is that whenever I switch between timeframes (M1, M5, M15,...) or turn the platform OFF...
Good day, I wonder how do I attach a moving average to the ATR. My idea is to merge the two indicators causing the ATR scan the ranger average 14 period MA, is it possible? I've tried the simple way is to drag the MA ATR but failed. Notice the print and how the moving average is moving Waving as ATR
[Deleted]
Hello, Is there any safe method to check if history is current after error 4066?. THX
Hi all, I'm quite new to mql, I would write a script that opens multiple charts (several pairs shown at same time) and on each chart an indicator should be automatically loaded. Can someone address me to the correct way to open them and load indicator? i.e. I would open AUDUSD, EURUSD, USDJPY
I just noticed that when I open the terminals on my VPS that there are no products to be shown in the market. The same goes for Purchases which is completely empty. This happens even though I am logged in to the MQL5 Community. Some of the tabs are also missing. I think it all happened after...
Hi, that's the thing, I've been writing a csv file but my expert always write on the first file line, there is part of my code: void saveLog(int _index){ string file_name=Symbol()+"-LOG\\["+Year()+"-"+Month()+"-"+Day()+"].csv"; int file_handle=FileOpen(file_name,FILE_CSV|FILE_READ|FILE_WRITE,"...
MT4 Live Update is executing fine on Windows XP when a new build becomes available. It is not executing on Windows 7. I get the pop-up dialog box from Live Update notifying me of a new build being available and asking for permission to proceed with the update, and when I click "Yes", nothing...
Hallo, since weeks I have a problem with the correctly calculation of the day before dayhigh und low directly after (the first! tick) change of day. Previously, this worked: if (oldday != StringToTime(TimeToString(TimeCurrent(), TIME_DATE)) { //directly the first tick after change of day...
Hi All For years I have simply unzipped 'profiles' into the MT4 profile directory that I have had set up. For some reason now, these never show in the profile pop up at the bottom of the MT4 screen. Any ideas anyone? Cheers Steve
I want to build an EA that sell 1 lot when I have a moving average crossover, no take profit or stop loss First I check if there were no crossover in the previous bar ( iMA(Symbol(),0,2,1,MODE_SMA,PRICE_CLOSE,0) > iMA(Symbol(),0,10,1,MODE_SMA,PRICE_CLOSE,0) then if there is a crossover...
Hi, I lost my beloved Marketscope platform, bc. of the FXCM mess. Now I'm trying to get used to MT4 and I'm baffled. Many things I took for granted are simply not available. Three things I miss very much right now and I would appreciate help, bc I am simply overwhelmed with the unwieldability of MT4...
Hello, in MT4 there is a possibility to take a screenshot of the current chart. Now if I want to edit this image, add my ideas to it, analyse it...can I do that in MT4? Of course I could simply use a image editing software such as photoshop but maybe MT4 has a built in one which I couldn't find yet?...
Hi, if there are many thousands of trades in the tradehistory tab in metatrader 4 terminal (build 1045), the cpu utlization is always 100 percent. Unfortunately mt4 starts with the complete history loaded as default. Does anyeone know a possibility to start with one day history? thx
I'm working on an EA, and it's based on trendlines that i put on chart. How can i get the current value of my trendline in my EA? thanks. int OnTick () { if (Bid < (trendline current value) ) // How can i extract current trendline value? { ...} }
Is someone willing to review my code and help me figure out why I am getting Error 131. I have a new EA I am creating but keep reciving error 131
Hi, im fairly new to MQL so ive decided to build a trade indicator which displays an arrow for a buy and sell based on the conditions of two EMA's and an RSI. So far i have added the EMA's, im a little stuck on how to continue with the RSI as i want to say that if the 50 EMA is above the 200 EMA and...
int OnTick () { if (Bid > Close [+1]) { (Bid value saved forverer) } // How can i save Bid value that specific time? Thanks
Hello Anyone else had this? I've attached an Alert from this code: void afxSetAllChartsToPeriod(int _period) { long chid=ChartFirst(); Alert("First chart is ",chid, "sym ",ChartSymbol(chid)); chid=ChartNext(chid); Alert("Second chart is ",chid, "sym "...
Hi everyone, I wrote an if statement to recognize left price labels, but for some reason, it doesn't recognize that the object is a Left Price Label. if (ObjectType(ObjectName(x)) == OBJ_ARROW_LEFT_PRICE){ } I have that if statement working with OBJ_HLINE, OBJ_CHANNEL, and OBJ_TRENDLINE, but can't...
Hi all, I'm having problem on the equation which will be one of the condition to my code. As you can see on my code below. I was trying to used counter "n" as a condition to my code. "n" can be n=n+3, n=n+2 and n=n-1 depend on the condition as below. But this equation seem not work at all. Please...
Hi Wondering if anyone can point me in the right direction with what is probably a really simple problem. I have created a simple MA crossover script which is the same as presented by jimdandy1958 on YouTube - https://www.youtube.com/watch?v=ny6qFnPyauo&t=35s The only difference I can see is that...
I created an investor password yet it's still giving me an account authorisation error. Any tips on ways to fix this?
-
Hello to all, I have this HFT that I firstly made it to trade candle stickpull backs market momentum within micro seconds or seconds after a range filterhas been achieved. Slippage was the challenge that I got when it came to liverather it did perform well on demo. I moved to second step of making...
MT4 version: 4.00 Build 1045 (3 Feb 2017) Experiencing a failure when using function ChartNavigate, could someone help to look at this or have the same issue? Here is the code, please also see the same in attachement: //+------------------------------------------------------------------+...
Hi, It happened twice after MT4 updates when MT4 get restart EA removed from chart, what I can do in this situation? Thanks for help
hi my firends how do close only remaing order after closeBy Buy and sell orders I want code it in mql4
Hello, Please help me to correct the error. EA doesn't create variables called: GV_xAPI_Long_ GlobalVariableSet("GV_xAPI_Long_"+name,StringToDouble(longps)); It prints Outlook has been refresh!... but I don't see them. Also it prints: Function is not confirmed. What function? I don't know....

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
If you do not have an account, please register
Allow the use of cookies to log in to the MQL5.com website.
Please enable the necessary setting in your browser, otherwise you will not be able to log in.