Play Sound in Indicator
Created at 03 Mar 2014, 04:00
Play Sound in Indicator
03 Mar 2014, 04:00
Hello there,
How can I have my indicator play a sound when certain criterias are met? I know C# has a PlaySound() function. Is that available in cAlgo?
Thanks
Spotware
04 Mar 2014, 09:30
Yes, it is available.
You can use Notifications.PlaySound(@"C:\my sound file example.mp3").
@Spotware