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 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
Essam Daoud
Added topic making the code wait "sleep"
Hi I have the alert code below, I am expecting it to fire 5 times and then stop, I tried different version and played around with different blocks of code, but it is sounding once with the block 1 and twice with the block 2 as indicated in the code
Essam Daoud
Added topic simple code help
Hi, I am not sure if the code below is correct. please help to correct it. thanks it suppose to fire an alarm when I have an inside bar once the current bar is finished. #property copyright "Copyright © 2007, MetaQuotes Software Corp."
Essam Daoud
Added topic H1 chart objects not being created.
Hello I have a code which puts up some vertical lines on the turning points in a chart. It works good in all time frames except in the H1. I just can’t understand why, any ideas please. Thanks
Essam Daoud
Added topic multiple returns in a routine
Hi can one have more than one retrun statement in a routine? the return statmets are nested in conditional "different scope" blocks. thanks
Essam Daoud
Added topic Using the include directive
Hi I am trying to make my program modular a bit, so I detached a routine and placed it in a file in the include diretory. As below //extremas.mqh************************************************************ int alosh() { int man[2]; man[0] = 10;
Essam Daoud
Added topic deleting a script
Hi I plcaed a script on the chart window, how can I delete it? Ctl-i does not list it. many thnaks
Essam Daoud
Added topic TimeDayOfWeek
Hi I thought to ask first before I start coding. I need to mark a given day of the week for the last n weeks on the chart, say I have hourly chart and wants to take a look at the last 20 Mondays or 23 Fridays, is there a marker out there some one
Essam Daoud
Added topic Stochastic Oscillator value
Hi I plotted the Stochastic Oscillator from the Indicators folder shipped with MetaTrader version 4 build 210 and wanted to use its values in a my code. so I found double iStochastic(string symbol, int timeframe, int %Kperiod, int %Dperiod, int