hi guys is possible clean and erasy all inside indicator in separated window ? if yes how _ thankz at all
[Deleted]
I have code for somebody on metatrader4, he did give me investor login to live accounts. i have see on the accounts that trades which have been closed are showing in the tradehistory with 0 profit/Loss, but its not correct because lotsize is big and orderclose price is different from order open
[Deleted]
Is there any way to have multiple newlines within a string? string sqlQuery = "Line 1Line 2Line 3 "; That gives an error.
hi everybody , here is a script that opens a list of symbols , template is also definable. i need it to be modified so each symbols be loaded with a template of its own(that we had created already). like for EURGBP symbol i have a template named EURGBP , and when this script runs it loads EURGBP
How I can communicate via serial port with external equipment monitoring and control with string or int data type
Hello everyone, newbie here so if I'm posting in the wrong place please don't crucify me. I am using one of Mladens Indicators in my strategy, problem is it is not giving alerts. I have downloaded two different versions of it but still no success. I am using it in conjunction with 2 others Indies
Hello, I have downloaded a free code, it makes good trades, but does not colse in time the buying is ticket=OrderSend(Symbol(),OP_BUY,LotsOptimized(Lots),ND(Ask),3,NDTP(Bid-Stop_Loss*pips),NDTP(Bid+Take_Profit*pips),"Long 1",MagicNumber,0,PaleGreen);
Hi, Im stuck with my EA for mt4. I cant get through the validation. It says "no trading operation". I have trading operations in MT4 when i test it on every currency that the validation says its not. I have added controls, IsNewOrderAllowed CheckMoneyForTrade CheckVolumeValue These controls are just
I currently have several MT4 installations, several from one broker and a couple of other brokers for testing purposes. I want to uninstall the unused terminals, but running uninstall, regardless of which directory it is run from, removes only the first installation. i.e. Running uninstall from my
How do you manage to make a real robot work correctly? I learned to program in mql4, I created programs but I am constantly attacked by hackers. Is it the Hacker or the broker who does such things? if he is the hacker, why doesn't the broker get involved in protecting his clients? 1) The last
Hello, I've been looking for a while but can't find any information... :( I would like to create an level price ALARM on the terminal automatically via MQL4 command. The Alarm function only creates a popup, but I would like to create an alarm when the price level reaches it. is it possible to do it
Hello, I have a problem with a signal service. I copy a signal and all trades are only opened with 0.01 lot. On the Signal Provider page (mql5) are different lotsize. My account has the same leverage and balance. Anybody can help me to solve this problem? Thank you in advance
Hello everyone, I have a question about the WebRequest function . I have a software who updates correctly on my website a file (every 10 seconds) through FTP. The problem is when I use WebRequest to get the last new data... The first time I do the request it shows me the new last data correctly, but
Hi Everyone, This is my first forum post so apologies if my question is vague and/or explained incorrectly. I have a bollinger band strategy that has a int period of over 1100 in the iBands (weird I know, just work with me here) double bbMid03 = iBands(NULL,0,1100,bbStd03,0,PRICE_CLOSE,0,0); Each
I noticed that one-one scale fixing does not work well for small time frames . As can be seen above. Is there a way to fix this and get a nice looking chart? Regards
I am running a new EA on MT4 live for the first time after backtesting a basic strategy. I have a smiley face on the top right of the chart, but no trades are getting triggered. How do i check if it is "live" or working? Thanks Bhav
Hello everyone, I decided to write my problem here hopefully someone help me because I am literally blocked. I spent a lot of time without any good results. As written in the title, I have the exact same EA (MQL4) run on multiple charts (different currencies). The EA send an order when X conditions
[Deleted]
Example: Main Server that sends info to 10 other (remote) Clients. Connecting through sockets works like a charm, but is it possible to have 10, 100 or more sockets opened to send info at the same exact moment ? The only idea I had is to loop Opening and Closing sockets, but that is sooo time
Hi, I'm trying to modify my Heiken Ashi indicator width to ' 2 ' but it looks like every time I change timeframe the width comes back to ' 3 ' I've tried to change it I the Mq4 file but still no changes. looks like it doesn't wants to save the width modification I've made.. here's the Mq4 file :...
Hello, just started learning MT4 programming. Would be great if somebody have any idea how to change the color of MACD indicator whilst runtime. If MACD above Signal Line = MACD for this bar in blue (input color MacdLong) and if MACD below Signal Line = MACD for this bar in red (input color
Hello, I downloaded CMF today and would like to have the line different colors over and under the Zero-Line. Unfortunately i have absolutely no idea coding anything. Could anyone tell me, what and where to enter in the editor to have this option? Thanks :-)
I couldnt find out how to do this. So I made a code, that detected if the next value is 90% of the previosu candle it detects it as red. EA must be colorblind xd. bool AwesomeRedConfirmedVariable() { double AOone = iAO ( _Symbol , _Period , 1 ); double AOtwo = iAO ( _Symbol , _Period , 2 ); //double
Print("BuyOrdersArray good[1] " +BuyOrdersArray[1]);//digits are 5 like it is supposed to be Print("BuyOrdersArray good[1] " +BuyOrdersArray[variable here]); //now it goes to 4 digits when you add a variable instead of an integer you can make the code the same but as soon as you put the variable in
Can someone please tell me why this simple piece of code wouldn't pass Product validation process? Despite it has no symbol restrictions...well nothing in fact that that should cause ' No trading operations' error. //+------------------------------------------------------------------+ //|
[Deleted]
Hi I am new to Forex and MetaTrader and trying to figure out some basics. Assuming that have an EA which is attached to a chart of EURUSD , BUT I want to find setups in multiple pairs from that EA. But EA only runs when fresh tick for EURUSD comes. Right? Now I see this as MT’s limiting feature as
I read some articles that MQL4 new version cannot decompile but I found some posts they can decompile MQL4. Is it real or fake
Hi there, Can you help solve this oddity ! I could really do with experienced members feedback on this one. For the past week (Until Sat 5th Sept): I have selected known indicators I have created trigger displays (Arrows) when the indicators behave in a certain way: line cross, zero cross over etc
Hi guys, I am writing an EA that automatically enters a market execution when the entry price that i have calculated is equal to the current price. thereby negating the use of a pending order. but using the strategy tester, i am unable to get an accurate output. it seems like there is an issue with
Hi, In my learning of MQL4, I try to rewrite the exponential moving average (EMA). For this I'm using the rewritten version . EMA(i) = EMA(i-1) + alpha * [Price(i) - EMA(i-1)] The problem is my ema is very different of MT4 ema. Someone can tell me what is going wrong with my code please //----
Hi All, I've managed to get multiple instances on MT4 running on my VPS, (around 15) was able to switch between them all no issues even with my EA's installed. Left the MT4 instances running overnight, but when accessing my VPS this morning a lot of the MT4 clients have become unresponsive. Ended up
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.