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 news file time
Hi I noticed the dateTime in the file  https://cdn-nfs.faireconomy.media/ff_calendar_thisweek.xml  is GMT+12. Is this correct? and is this always the case or it gets changed? and if so, when and why? Thanks
Essam Daoud
Added topic How did the 2008 GFC affected the fx brokers?
Hi How can one understand the risk of a GFC on the forex broker holding the trading account? Any ideas about some forex brokers that went under in the 2008 GFC? Thanks
Essam Daoud
Added topic limit the periods in ENUM_TIMEFRAMES as input
Hi Is there a way to limit the periods available in the ea input for the  ENUM_TIMEFRAMES like to only show and PERIOD_H1? I tried few ways but could not get it to work. Thanks
Essam Daoud
Added topic Order failed due to Invalid price
Hi A mql5 EA placed an limit sell order but the log shows failed due to Invalid Price. Any idea how to start to find the problem? Notice that the prices are all good in the order but the results.ask and result.bid are both 0.0. Why is that? Thank you
Essam Daoud
Added topic Position vs. Deal vs. Order
Hi Reading the docs, and applying the info to the functions I find it confusing. Under the heading "Position Properties"  https://www.mql5.com/en/docs/constants/tradingconstants/positionproperties In the second line, It states: " For each
Essam Daoud
Added topic get property of just deleted object
Hi Is there a way in mql5 to get some object property of just deleted object? Thanks void OnChartEvent ( const int id, const long &lparam, const double &dparam, const string &sparam) { if (id== CHARTEVENT_OBJECT_DELETE ){
Essam Daoud
Added topic price on slopy trend line at current bar.
Hi How can the price on a slopy trend line be found at the current bar time?  The lines starts few bars before current bar and extends to the future by few bars after the current bar, the code in mql5. I tried few ways but could not get it, Any
Essam Daoud
Added topic MathRound "wrong parameters count"
Hi This mql5 code gives the compile time error for MathRound "wrong parameters count", any idea why?  Here is the link for the MathRound. https://www.mql5.com/en/docs/standardlibrary/mathematics/stat/mathsubfunctions/statmathround Thank you
Essam Daoud
Added topic plot own array values onto the chart
Hi This mql5 code failed to plote the values of myArray unto the chart, could someone please help find why? Thank you #property indicator_buffers 1 #property indicator_plots    1 #property indicator_type1    DRAW_LINE #property
Essam Daoud
Added topic Filling an indicator buffer inside a for loop gives "array out of range"
Hi This mql5 code produces a run time error " array out of range ", could some one please help to fix it? An array with double data type in "file2.mqh" needs to be ploted with each value reduced by a given number. I have done some reading as this is
Essam Daoud
Added topic Indicator property change after ChartIndicatorAdd()
In mql5, after adding an indicator to the chart in the code of an expert advisor using the function ChartIndicatorAdd(0,0,ind_handle) . Now I like to change the indicator period. is there a way to do this or I have to delete the indicator and re-add
Essam Daoud
Added topic add 1 to the smalest non zero digit
Hi I have been coding this for some time but can not get a working code, here is the input and the desired output. input string output double 1.2900 1.3 125.90 126 Thanks
Essam Daoud
Added topic struct undeclared identifier
Hi This mql5 code gives a compile time error: "abc undeclared identifier", any idea why and how to fix it? Thanks //myfile.mqh struct abc { ushort aa; double bb; string cc; }; class AB { private :   abc abcArr[ 3 ];    
Essam Daoud
Added topic if conditions evaluation
Hi The code below fails to do the second CopyBuffer and thus the rviSignalBuffer size is always zero. Is this compound condtion evaluation expression allowed? Thanks if the 1st copying is good then it should do the 2nd copying since the 1st condition
Essam Daoud
Added topic http://www.forexfactory.com/ffcal_week_this.xml chnaged?
Hi This url failed to work, can someone confirm or provide a new one please? Thank you