Definition Plays a .wav file.
Syntax PlaySound(string fileName)
Method Of
Custom Indicator, Custom Strategy
Parameters
fileName
File name of .wav file to play
Examples
// Plays the wav file mySound.wav PlaySound(@"C:\mySound.wav");