Essam Daoud
Essam Daoud
  • Information
4 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 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
Essam Daoud
Added topic language searchable reference/Doc
Hi Is there a way to easily find the reference to any function i.e.  CopyBuffer? In MetaEditor build 1755, hover the mouse over does pop up any window, F1 key for the help, then search does not give any results. I am using MacBook Pro. Thanks
Essam Daoud
Added topic thread "clinching"
Hi in the Mql5 doc. Example of a Script for Adding History we read: The next important check is checking the type of the program, from which the function is called. Note, sending request to update the timeseries with the same period as that of the
Essam Daoud
Added topic where do you report a possible bug
Please give email address for possible but reporting. the mt5 terminal gets closed and the debugging mode exits. build 527 I am having a strange problem. when I step through the code "F10", and reach the line double Y=0.0; in the following loop
Essam Daoud
Added topic changing indicator colour
Hi Pls. help fix this code which I expected to change my custom indicator color. #property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 1 #property indicator_type1 DRAW_LINE #property indicator_style1 STYLE_SOLID
Essam Daoud
Added topic possible bug
I am getting false in the alert output of this code where I am expecting true. Can some body please tell me if I am wrong? [CODE]       MqlRates  myRates []        int copied =
Essam Daoud
Added topic Library or Include in the wizard
Hi I have a function which I might need to use in future codes. I might write more functions later to use as well. Should I select the Library or Include  option in the wizard? and why? and then in my code "trying to make it as lean as possible"