Alert specify WAV file

 
Is it possible to specify for the Alert function a specific WAV file? I understand that the default alert sound can be changed in Tools -> Options -> Events, but I wished to specify the WAV file in the Indicator itself.
Alert - Common Functions - MQL4 Reference
Alert - Common Functions - MQL4 Reference
  • docs.mql4.com
Alert - Common Functions - MQL4 Reference
 

No, but you can use the:

PlaySound("somefile.wav");
In stead to play any sound you desire. (thats in the sounds folder).
 
Marco vd Heijden:

No, but you can use the:

In stead to play any sound you desire. (thats in the sounds folder).

Thanks Marco.

Reason: