Tâche terminée

Spécifications
Hello;
I have created a profitable trading system, however the indicators in their current state need to be changed. As such, I will be posting jobs for four indicators recoded, the creation of one custom indicator, and the creation of one EA. I will post these one at a time, when one is completed, I will post the next one. I will start with the easiest first, and also provide unabridged explanations, in order to not waste your time.(The last thing you want is to code an indicator and then have the buyer send it back because he/she wants more changes)
If you bid, please keep in mind that all of these instruments will be used on a median renko brick chart, as such there is no “time” variable,(there is time on the feeder chart) which also means that, on events like news releases, numerous bricks can be printed in a fraction of a second.(In the past I have found this to cause some indicators to not work correctly) Also the final EA will make all decisions based upon data at the “close of a candle” not the real time data during the creation of the candle. In the past I have used indicators that have so many loops and try to update so fast that it literally lags out the charts.(I have a quad core processor and MT4 will not use more then one processor at a time) So please keep the code clean and CPU optimized.
I do have a programming background, but not in MQL, so I feel it would be better/faster to have you do it, then for me to learn it.(No, I am not lazy, just don't need the additional headaches, lol) At the beginning of each indicator(in the code) please put your name and an email address(if you don't mind) in case I can get you more work in the future.
If you feel the price listed is too little or too much, put what price you feel is fair, I am looking for the best quality, at the best price. Programmers that have won a previous job of mine, that have done quality work, will receive special consideration when the next job is posted, if they bid.
Phase one:
As I said, easiest first, the indicator attached shows daily H/L/O/C. Only two simple changes need to be made. The first is to have the Close line print ONLY at the close of the day, as it is now the closing line just bounces around all day, until the close of the day. The second is that the indicator displays the open and close of the day at 12 A.M. EST, when in fact(I live on the east coast U.S.) the open and close of the day should be at 5 P.M.(G.M.T.-4) I assume this means that an input variable will need to be requested in order for the indicator to know the proper open and close of the day.
Job Description:
Make the following changes to the supplied indicator:
The Close of the day line should only print at the close of the day.
Add an input variable to allow a user to pick which time of the day the indicator should use as the open and close. G.M.T. +/- 12
EDIT TO ADD:
Very sorry, uploaded the mq4 when I created the job, and it did not work, upload it again(through edit and update) and it seems like it is available for all to see now. In the future I will keep uploading the indicator until one actually uploads. I will give everyone some time in case they are no longer interested after seeing the code, if you look at it, it is pretty short and simple.