Essam Daoud / Profile
- Information
|
6+ years
experience
|
0
products
|
0
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
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
: