hi , I wanted to know if it is possible to get History Base : X errors in pair "abcXYZ" I think metatrader checks history while rendering chart and generate error in a seperate process than EAs. its not some error code that can be accessed via GetLastError() in mql? I want to know if metatrader...
Hi I am just starting with mql4 and playing around with the code, trying to print the low of the bar but only if it is a lower than the lowest value in the current bar. Any idea what my code is not working? Thanks The following code is #property indicator_chart_window#property indicator_buffers...
I am in the early stages of learning how to code custom indicators and haven't got a clue what these refer to. I am trying to code an ATR stops indicator and am referencing one I have downloaded which has 5 buffers, 3 of which are 'smin', 'smax' and 'trend'. I just have no idea what these are and...
Hi, I have objects that i display with different timeframe visibility on the chart as such so that i don't clutter the objects onto higher timeframes. ObjectSetInteger(0,sObjName,OBJPROP_TIMEFRAMES,OBJ_PERIOD_M1|OBJ_PERIOD_M5|OBJ_PERIOD_M15); Now i want to retrieve the objects and find...
Hello Gents.. I am completely baffled at how to properly get tick data set up to in MT4 backtest my simple EA. I wish to get about only 6 months worth of EURUSD tick data to do some accurate backtesting, and I basically followed the instructions found here: https://forums.babypips...
Hello my friends, I'm programming an EA on MT4 and it seems to work very well but I have some troubles when testing. I can not see opened positions and balance... It is frustrating because I can't see how much is my balance, equity and profit. I tried to show balance within code but it does not show...
Hello, there is a major problem in the "period converter". Depending on the period and the multiplication factor, the script does not convert some of the latest bars. For example, if we make a conversion from 1H to 3H and now we are in the "hour 2", this bar is not converted. Any solution? Thank you
Hello Everyone, How can I remove this part of my code and still have it working double IMA() { iMA_Close= iMA (Security,Timeframe,ma_period,MA_Shift, MODE_SMMA , PRICE_CLOSE ,SHIFT); iMA_Open = iMA (Security,Timeframe,ma_period,MA_Shift, MODE_SMMA , PRICE_OPEN ,SHIFT); high = fmax
Dear support,Any ea and indicator for android device at mt4..? Tq.
hi i want script for my custom ea to open a website as soon as the ea is attached to the chart please help
[Deleted]
Hi, this EA is basic but useful to me, its restriction is it will only monitor the order that corresponds to the chart it is attached to. It is designed to partial close at first TP level then step trail SL but no more partial close. Is it possible for the EA to monitor ALL open orders and apply the...
Hi guys, I'm trying to calculate a moving average over momentum indicator but EA crash at the boot of the back test because of the buffer I think ... someone has a better idea how to solve this ... I'm trying to calculate the moving average in the wrong way i think... //--- Get MOMENTUM and
I was looking for information on how to write a timer correctly on the net. And I found this EA based on RSI on more markets at a time. I was intrigued by the "do it anywhere else" Unfortunately, EA can not test anything. Can EA be written on more markets? Thank you....
Good afternoon you all, I have this Expert Advisor in which I can set take profit and stop loss in points. I want to change this parameter with the percentage of the investiment. For example, when the profit is at 25% of the amount invested or when the loss is at -70% of the amount invested the...
Is there a function, in MT4, that I can use to grab any pair that is listed int eh Market Watch window? I'm trying to make a combo box and I want to be able to select any pair, in any Brokerage account, and not have to manually insert the symbol. With _symbol or Symbol(), I have to manually input...
Hi, I can not install other templates and indicators from the web on my MT4 platform. I specify that these files are in EX4 and MQL4 format. I followed the installation procedure by going to File / Open data folder / MQL4. I even uninstall and reinstall the app many times. I receive as error message...
Simple question here regarding the ATR indicator: I feel a little handicapped this way. I want to see the exact value.. not just guessing. I do not want to grab the cross all the time to check. It will take to much time and makes me entering a trade to late. I need that value because i base my...
Good day Everyone, I have a custom made indicator that draws Red/Blue arrow when CCI cross the ZERO LINE. What I want is that the arrow are drawn far away so that i can see the High/Low of the candlestick. I want it to look like the Yellow/Green arrows. How will I do? I know it involves programming...
Hello MQL community, I just started to learn the MQL language and I am currently trying to build my first EA. So in my first EA I want to only do a CALL or PUT when the fractal+diamond occurred two candlesticks apart (See image for example) If the Fractal (the yingyang symbol is green) The Value 2
Hi, I am trying to learn how to create a simple robot. Basically as an example I want it to buy when the daily price closes above a MA (144 as example) and then close when the closing prices closes Below the MA, but when I test it I don't get any trades and I get the following 2018.05.24 16:24:56...
[Deleted]
Hi, I want to get computer name in mql4 in order to make original log file including computer name which MetaTrader runs. I think it is possible using GetComputerName function in kernel32.dll, but I don't know how to implement it in mql4. I found a kernel32 api example and modified it, but it...
hello , can any one help ? i have an indicator in seperate window, i want modify it so it can load on main chart window .
Hi! Would like to ask for your opinions and comments on the structure of the following code. My main concerns are as on the: 1. The code is a template. The specifics of Open & Close conditions are negligible. So are the values of extern variables. My main goal is to create a template where I can...
Hi The following is getting me a "Possible loss of data due to type conversion". // Now retrieve all stylescolor Color1 = ObjectGet(Label1, OBJPROP_COLOR); But I can't get it: what could this ObjectGet give other than color data?
Hi guys Iam trying to write an EA that opens trades on USDJPY based on values Nikkei (JPN225 is the CFD index in mybroker). The EAcollects data on the data of the Nikkei during the day Nikkei_Open=iOpen("JPN225",PERIOD_D1,0); Nikkei_Close=iClose("JPN225",PERIOD_D1,0) When I runit on backtest...
It occurs when I call EventSetMillisecondTimer() and once it happens, the whole EA goes down. The only official documentation I found is this: https://docs.mql4.com/eventfunctions/eventsetmillisecondtimer. There's, however, no detailed description of a proper usage of this function nor how to...
Dear Any Programmers, I need help fixing this code At the moment only the Add Missing Stop Loss is working. I need to Add Missing Take Profit to be working aswell. Below is the specific part of the file I need looking at. Thank you void InsertTakeProfit(int ticket) { //Inserts a take profit...
[Deleted]
Can anyone provide the code to make sure only one trade per pair is opened at time? I have an EA that places market orders, but it places multiple trades as long as the conditions are met. I only want one trade per pair opened at a time. For example, once a short GBPUSD is opened, then as long as...
Hi all, I need help as follows: 1) There are numerous Objects in the chart, I am interested to get value of the object on a specific bar of the chart. 2) Object with the names, as an example, "XYZ04", "XYZ110", "XYZ005" appear on the chart, therefore I know the prefix, but I do not know the suffix...

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.