CustomIndicatorInternalPlaySound Method

GF Charts Help
Play selected sound file. If the file cannot be found, the function will try to find it in "sounds" subfolder of Trader.

Namespace:  GF.Clients.Charts.Custom
Assembly:  GF.Clients.Charts (in GF.Clients.Charts.dll) Version: a2f537322cdaf87d2796303449681c087e96766d
Syntax

public bool PlaySound(
	string filename
)

Parameters

filename
Type: SystemString
WAV file

Return Value

Type: Boolean
TRUE, if it is LastBarOnChart, the file has been found and played.
See Also

Reference