MQL4 and MetaTrader 4 - page 286

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]
  Multi-socket?  (1)
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]
  How to run EA for multiple pairs?  (44   1 2 3 4 5)
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
Hello, I am unable to re-enter my indicators. The reason is (demo expired) and it is impossible for me to find them. A gray circle appears in the browser symbol, I can only test them. Do you have a solution? Thank you in advance
Hi, anyone can help with this? I wish to select datetime from the last closed order from history with my magic number and compare its closetime with currenttime and not allow ea to open a new trade until the seconds between them reaches for example 3600 seconds. appreciate any help! thanks
Hello In the past in my mobile application for MT4 I used to receive notifications everytime an order was open or closed. However I stopped receiving such notifications. The profile in MQL5 is set as for me to receive them, ID, phone number, device recognition and so on. In the app, every thing
Hello I am new to VPS, and I have a problem: Every time I enter the remote desktop I have to change the server to the one with the lowest ping. Is there a way to make MT4 always look for the server with the lowest ping
//+------------------------------------------------------------------+ //| Guppy Multiple Moving Averages.mq4 | //| Copyright 2015, Dmitriy Kudryashov. | //| https://www.mql5.com/ru/users/dlim0n4ik.dk |
I could only read Bar0 value from indicator by using below code. How can I plot a graph while doing Back Test? double value = iCustom(Symbol(), PERIOD_CURRENT, indiPath, 0, 0); // tried to read Bar1 and old Bars but failed (i > 0 will be fail) //double value = iCustom(Symbol(), PERIOD_CURRENT
Hello guys, How do i add a delay function in seconds between Martingale trades when coding an expert advisor
I having a tough time finding the Stochastic Momentum Index for the MT4
I use the following code to place text on a chart. In this case, just above the high of a bar by 10 pips (LabelOffset). ObjectCreate ( StringConcatenate ( "SS_" , Time[i]), OBJ_TEXT , 0 , Time[i], High[i] + LabelOffset); ObjectSetText( StringConcatenate ( "SS_" , Time[i])
  Crossover 2 MA  (13   1 2)
i write a code in meta trader 4 it open orders for buy and close , i have one problem that when any order hit Take Profit or stop loss it open another order auto what i need that when order finish stop till next  crossover. i hope to help me guys.
Hello For example There are 4 different mql strategies 4 currency pairs One account metatrader 4 How to calculate proper optimal money management %? For each individual strategy Different timeframes And initial account size? there are 4 different strategies sitting on one Metatrader 4 account and
  error need help  (12   1 2)
when i put my indicator in the market it gave me this error EX4 file must be compiled using <a target="_blank" href="http://docs.mql4.com/en/basis/preprosessor/compilation"> #property strict</a> directive. what can i do to fix this error thanks in advanced
Hello, I have the same EA runing on multiple currancy pairs. I need to get the highest calculated equity target price. What is the best way to do that? what methode should I use
Hello guys, Please I need information on what software or application I can use, so that when I place a trade on my main account the same trade will also be opened on my other mt4 accounts
Please let me ask for some helps because I have tried many times .It is not in good condition .Still error.So I decide to get some help. Here is trade condition if ( OrdersTotal () == 0 ) { OrderSend ( Symbol (), OP_BUYSTOP, 1 , Ask+INCREMENT*pt, 3 ,Bid- 5 *pt , 0 , "Buy" , MAGIC
Hi I make an empty robot to tester an indicator , I run the tester , then I attach this Indicator , in demo chart , the indicator shows true results , but in the tester , there is something wrong the results is not true , I don't know it , please some help to identify the problem , I want to build a