The real author:
Yuriy Tokman
The sound signal which triggers that a new bar appeared.
This indicator was first implemented in MQL4 and published in Code Base at mql4.com on 23.04.2009.  Â
Input parameters of the indicator:
//+-----------------------------------+ //|INPUT PARAMETERS OF THE INDICATORÂ | //+-----------------------------------+ input bool off_Alert = false;Â Â Â Â Â Â Â Â Â Â Â Â Â //sending alert input bool off_Play_Sound = false;Â Â Â Â Â Â Â Â //triggering of a sound signal input string NameFileSound = "expert.wav"; //the name for sound signal fileÂ
Fig.1 The alert demonstration supplied by the ytg_Alert_New_Bar indicatorÂ