Programmer needed

 
I have an indicator that has worked for me for quite some time with consistent profits. Am seeking to to improve it as it requires me watching the charts for the whole time. I would like to just add sound alerts every time  an arrow  appears on a chart. If there is any one who can help me add these sound alerts i would appreciate the help so much. Thanks in advance. Attached is the indicator. Thanks again in advance
Files:
 
 

Are you sure that you have it working properly?


        b4plusdi = iADX(NULL, 0, ADXcrossesPeriod, PRICE_CLOSE, MODE_PLUSDI, i + 1);
        nowplusdi = iADX(NULL, 0, ADXcrossesPeriod, PRICE_CLOSE, MODE_PLUSDI, i);
        b4minusdi = iADX(NULL, 0, ADXcrossesPeriod, PRICE_CLOSE, MODE_MINUSDI, i + 1);
        nowminusdi = iADX(NULL, 0, ADXcrossesPeriod, PRICE_CLOSE, MODE_MINUSDI, i); 
Maybe so right?)