play sound
-
Hi
I want to play my own sounds instead of the sounds of the play sound block, does anyone know how to do it? -
@majidai I'm also interested in this question. Can someone help, please?
-
@l-andorrà
There is a block to play sound, doesn't it work for you?According to MQL4 document:
The file must be located in terminal_directory\Sounds or its sub-directory. Only WAV files are played.Just create the directory "Sounds" and put the wave file there.
-
@sktsec said in play sound:
There is a block to play sound, doesn't it work for you?
According to MQL4 document:
The file must be located in terminal_directory\Sounds or its sub-directory. Only WAV files are played.
Just create the directory "Sounds" and put the wave file there.Thank you
Finally, I can do it, of course, I copied the name of the new file in the Custom File in play sound block too. -
@sktsec Interesting! Thank you.