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 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"
Essam Daoud
Added topic ArraySetAsSeries(low, true) or not
Hi I am thinking, why bother and ArraySetAsSeries(low, true) where one can work with low[rates_total] as if it was low[0]? Why did the MQL5 developers set the arrays index with in OnCalculate (like low and high) so that the index 0 is at the start of
Essam Daoud
Added topic ArrayMinimum of an array
Hi I am trying to get the index of the lowest low of a range of bars. The following idea is not working. Could you please suggest.  thx //--- code heading MqlRates rates[]; //--- insdie the OnInit    ArraySetAsSeries(rates,true);
Essam Daoud
Added topic email notification when reply is posted
Hi Is there a way to let this board notify me when  reply is posted to a thread I am following? thx
Essam Daoud
Added topic breakpoint in built in indicator
Hi In the Navigator window, under Indicators > Trend. I see few indicators, I like to place a breakpoint and step over the steps to learn how few of them work. But do not know how to open them in the MetaEditor since I can not find them in the
Essam Daoud
Added topic Data server change
Hi I downloaded and installed Data_Provider_A_MT5 plateform. Can I use it for different data provider? Or I have to download and install a new one packaged by Data_Provider_B. thx
Essam Daoud
Registered at MQL5.community
Essam Daoud
Added topic price alart in fast moves
Hi This indicator often does not work if the price move is too fast. Is there a way to fix it? thx //+------------------------------------------------------------------+ //| HLine Alert.mq4 |
Essam Daoud
Added topic equity index futures
Hi Is there a broker for equity index futures trading which uses MetaTrader? thx