The sound block is not making sounds on MT5
-
My journal is saying that the sound block program is corrupted. This is so frustrating!!
Is there any way to make it make sounds, beeps, stops etc? -
@veetee Can you please share the link to your project to check it out?
-
I think the block should work, but not in the Tester. Anyway, the function to play sound is very simple and if you want, you can easily use it in let's say "Custom MQL code". Here it is:
https://www.mql5.com/en/docs/common/playsound
There is a /Sounds folder where the .wav files are. You can use this functon as simple as writing something like
PlaySound("ok.wav");