Heiken Ashi Candlesticks With Signals And Wav Alert!

 
Wus up people!

O.K. I'm kinda new to this MQ4 Programming.

Could someone modify the Heiken Ashi Candlesticks Indicator so that it can give white and red signal arrows.
It would realy be realy great if it could also play a sound alert for the signal arrows.

All help is appretiated.

THanks :)
interphase2110
 
Please let me reccommend MQL4 service for you.
rickd@onix-trade.net
WBR, Rick
 
Dear,
Have you modified your attached file?
Awaiting for your feedback.
Thanks in advance for your reply.
best Regards,
Jamal
 

Hi,


why is it

haOpen=(ExtMapBuffer3[pos+1]+ExtMapBuffer4[pos+1])/2;

and not

haOpen=(ExtMapBuffer3[pos-1]+ExtMapBuffer4[pos-1])/2;


thanks.

Reason: