Essam Daoud
Essam Daoud
  • Information
6+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

Add friends via their profile or user search and you will be able to see if they are online

Essam Daoud
Added topic emacs for mql4
Hi Now that emacs is installed on my Windows 10 and gone through the tutorial. How can I install a mql4 mode? Thanks
Essam Daoud
Added topic maximizing the chart window with mql4
Hi I need to maximize the chart window when the following event fires but it is not doing any thing? How can I fix it? Playing around with the code below did not cut it for me. Any suggestions? Thanks void OnChartEvent ( const int id
Essam Daoud
Added topic mql4 return last low if lowest
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
Essam Daoud
Added topic vps remote desktop
Hi When I rent a vps from the mt4 platform, does that give me an ip where I can access the vps remote desktop so that I can install other apps/platforms/EAs...etc? Does it give plans to choose from in terms of CPU and memory? Thanks
Essam Daoud
Added topic MQL5 Community Profile notification about authorization on my smartphone
Hi I have a VPS with a mt4 running. Also mt4 installed on Android. every 10 minutes or so, I get a notification on my smartphone about a "New MQL5.com authorization from an mt4 installation" I get 2 notifications with different details alternately
Essam Daoud
Added topic email alert
Hi I have an indicator which sends email alerts, How can I set up mt4 to send me emails to my gmail account? I have window 10 pro Thanks
Essam Daoud
Added topic session indicator for mt4
Hi I am looking for a session indicator which I can attach to the mt4 chart. Any suggestions? An indicator which paints a rectangle box for each trading session (London, NY, Sydney, Tokyo). I wish there is an intelligent filter in the CodeBase
Essam Daoud
Added topic swap and overnight charges
Hi I do not remember a "swap" fee  when I traded forex 10 years ago, can someone please update. I traded with Oanda and it was 24 hours, open and close any forex position at will 24 hours but not in week end when global markets are closed
Essam Daoud
Added topic VPS platform on Mac
Hi I wanted to give the VPS provided by this web site a try, but since I am using MacBook, I am not able to open the mt5setup.exe file downloaded after clicking the try button.  Any ideas? Thanks
Essam Daoud
Added topic MT4 Terminal Window auto resized
Hi Few times now on my VPS when I click the Trade tab, the terminal window resizes and all the tabs disappear. I can still see the info in the Trade tab though. Any idea how to make the Terminal window show other tabs? Thanks
Essam Daoud
Added topic VPS MT4 installation
Hi I have a VPS and tried to install MT4 from 2 different brokers but I get a pop up: Unsupported operating system. Please upgrade to Windows 7 with Service Pack 1 or later. I have a plan from  Any ideas? Thanks
Essam Daoud
Added topic Multi accounts for EA and Signal copy
Hi I got a VPS and need to run a EA and a Signal Copy. I have 2 different accounts with my broker. Do I need to install a new MT4 instance for each account trading, one for the EA and another for the Signal copy(ing)? Thanks
Essam Daoud
Added topic Unable to download EA from Purchases tab
Hi When I go to the Purchases tab, I can see the EA which I rented for one month, But do not see the download button. How can I use it? Please see image. Thanks
Essam Daoud
Added topic Copying a signal
Hi My understanding for signal copying is that the master trader uses a signal copy software to copy the master trades to child account. So I guess all what is needed from my when I buy a signal copy is to provide my trading account login. Is that
Essam Daoud
Added topic Signal Trading History Volume
Looking around for a "good" trading signal to copy, I read about the Trading History Volume. if it says 0.02, does that mean that the system will open an order with 2000 (0.02 x 100,000) which is basically 2 micro lots? If that is true, then how can
Essam Daoud
Added topic MT4 server with Oanda
Hi Can I Add Account in my profile which uses Oanda MT4 server? The reason for this question is that I could not find it on the list of the server when I type "Oanda". Thanks
Essam Daoud
Added topic Signal Growth YTD addition not correct?
Hi On pages for a Signal > Account tab, where the Growth curve being show, under the chart one can see the monthly % return then the YTD total "see image attached". going through many of those Signals, I notice the YTD is higher than the monthly
Essam Daoud
Added topic Copying a signal
I am trying to copy a signal. When I click Copy the signal, a mt5setup.exe gets downloaded. Why is that? I have my XM.COM-AU-MT5 running on my Mac, do I need to install another MT5? Where can I see the list of the signals I am copying? Are these
Essam Daoud
Added topic missing Signal tab in MT5 on Mac
Hi I asked on the chat of XM.com-AU-MT5 and was told that Signal tab does not show up on Mac "bottom of the screen, Toolbar window" Any idea how to get the signal tab so that I can buy a signal from the MT5 signals, I prefer not to do it other wise
Essam Daoud
Added topic declare and initialize the trade request and result
Hi Reading code examples  in the Documentations, why there are times when this line is used for opening positions MqlTradeRequest request={ 0 }; but other times, this line is used for closing positions MqlTradeRequest request; Is this how to