how to tell mt4 to update its log file when we want / or at least faster? I tested something: when you have an EA that prints something in experts tab, the mt4 does not write that to the log file immediately, even I waited for 5 minutes but still not! but when I closed mt4 it wrote those logs to
Hi, I am quite new in using MT4 and started learning MQL4 and it is relatively easy as I come from programming background. I have an indicator which is developed by a third party company therefore naturally no access to the source code. my aim is to create some level of automation when the 3rd party...
Please can someone tell me if it is possible to change the MQL4 account name
hello all,, i'm newbie in forex and i've just istalled mt4 in my PC. i want to know how to install currency strength meter at my mt4.. thanks.
[Deleted]
I am sending signal from mt terminal to android and ios,but i cannot view the notification in MT4 Mobile=> Message.Any solution to save or view the notification. :)
[Deleted]
I can't get any sound fromMT4 platform, with version 4.00 and build 670, on a Windows 7professional 64 bits, NO sound at all, not even the connection anddisconnection just for starting, not even the alarm from customindicators, the Options setup is correct, and the sound files arewell installed and...
[Deleted]
Hello, if i want to codeing a trade copy software for metatarder, which is the best technic to use. I have use in the past a EA programm which send and read a php file that is online on a webserver, but i have the feeling that maybe other technics are better. Is it also possible to codeing somethink...
[Deleted]
I am struggling to get a close from a historic bar, a bar from over 5 years ago. I have the following code: extern datetime FromDate=D'2009.01.01 00:00'; extern datetime DrawAtDate=D'2014.01.01 00:00'; I have 2 xmapbuffers Then I draw the fromdate at the drawatdate Of course there is a price
[Deleted]
Does anyone know how to open a Metatrader4 chart with a mql4 script. Should I have to use ChartOpen()? For Example: I just want to open the Eur/Usd chart with a specific template. Thanks a lot.
When using Mt4 on my mac it uses a lot of CPU usage, 30% constant. And I think this might be because Mt4 download insane amount of data, in 24h it downloaded close to 50GB. Yes! I have disabled "News".
New article Indicator for Constructing a Three Line Break Chart has been published at mql5.com: Previous articles considered Point and Figure, Kagi and Renko charts. Continuing the series of articles about charts of the 20th century, this time we are going to speak about the Three Line Break chart...
[Deleted]
Hello! I am running an EA that puts every hour an order wiht random direction and close it one hour later again. I want to run it 1000 times to show that the results are normal distributed. if( iVolume(Symbol(),Period(),0) == 1) { int num = 2*MathRand()/32768;...
As I want my order to close based upon something like "If( BarClose 1 > BarClose 0)" for longs, how can I write the section so that it WAITS for "Bar 0" above to close BEFORE checking the comparison? For a visual example: In this example above, because Bar 1 Close was GREATER than Bar 2 close,...
double MA1 = iMA(NULL, 0, 5, 0, MODE_EMA, PRICE_CLOSE, 0);double MA2 = iMA(NULL, 0, 15, 0, MODE_EMA, PRICE_CLOSE, 0);if (MA1 > MA2 && ....){Buy=true;} how can I add a min. distance fex. in points after the cross and what would be the best way? signal should be triggered only if the distance between...
Hey guys, Just wondering if you can offer some insight. I've looked around for answer but have come up short. I have a few different news trading EA's that straddle the current price with stop orders above and below it at a certain time before a news release. Works good, only problem is, once the...
[Deleted]
I'm trying to modify buy and sell orders, but having a problem. When I'm trying to modify a buy, my code is modifying the buy, not only by the code that I have for modifying buys, but also by the code that I have for modifying a sell. Which causes my TP to decrease rather than to increase. Not...
[Deleted]
I dont know why, buy my plataform of Metatrader 4 for Windows 7 has incorrect price. It is always aproximatly 10 pics under the real price, comparing with the plataform in the Ipad or in an Android Mobile. I dont know how to fix that problem, but it is imposible to use it because it draws diferent...
Hi im new in this forum and i can not do than the EA buy in the open the candlestick, therefore very expensive purchase and sell very cheap //+------------------------------------------------------------------+//| Ichimoku-Simple.mq4...
Hi guys I run many demo accounts at the same time (testing EA's) and get confused with only being able to see the Account Number on the MT4 platform tabs. Is there any way that I can change the "Acc. Number" to something more appropriate. Hope this makes sense.... Thanx MikeT
Hi have an EA question, what is the correct way of using icustom. Why i am asking is becuase both ways are working for me with no issues.? :S Like this? int start() { int n, i; double p0, p1, p2, p3, p4, p5; i=0; while(n<5) { if(p0>0) {p5=p4; p4=p3; p3=p2; p2=p1; p1=p0;...
Greetings gentlemen! Just recently started getting into robotics. The systems are unpretentious, but have some logical basis (if increased by so much %, then buy, etc. - price action can be said). There is no sense in giving codes. I don't use indicators at all due to my conviction in their
EUR/USD and daily charts only. Backtests really well but uses a large stoploss all the time, I would like help to reduce the risk on trades. Any suggestions welcome. //+------------------------------------------------------------------+//|...
[Deleted]
Good Morning. I am looking for a mql4 programmer, who resides in Australia or England, for continuous Jobs. Somebody interested?
I am relativily new to programming and trying to learn by deciding what I want to do and then researching and investigating how to do that one thing. I learn a lot and find it easier to learn with real world application. I want the ADR(20) in the buffer for each candle, for a defined session. I am...
I want to use a custom period multiplier starting from a candlestick that I specify rather than the current candlestick. For simplicity lets say there are 11 bars in the current 15 min chart with the 11th bar being the most recent bar. I want to see how a chart looks if we combine 3 15-minute bars...
[Deleted]
Hello, I sometimes open manually position and i would like to know if there is possibility to close automatically my open position exaclty 2 or 4 hours after i have opened them Or maybe find a way to close them when the bar is finished when a new bar opens. Thank you fo information Emeric
These (BackTestings, Indicators and EAs) are consuming about 100 GB in my Pc, but when I check the MT4 folder, this only have 16 MB size. I entered to this folder anyway for check but I didn´t see anything of big size, and I didn´t see the archive name of the EAs I designed. ¿Somebody know where is...
[Deleted]
Hello everybod I hope someone can help me or point me in the right direction. I want to code an indicator that shows the history of the account balance. The logic is fine but it does not spread over the whole chart. I hope this screenshot makes clearer what i need. My lack of english makes it...
Hi, after I realized a problem of the way mt4 is painting a second indicator in the same indicator sub-window: If you apply the ATR-14 at the chart (extra sub-window) and you pull this ATR again from the Navigator in this window and define a 7-Period, you will experience that e.g. the ATR-7 is...

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.