John Sender
John Sender
Friends

Add friends via their profile or user search and you will be able to see if they are online

John Sender
Registered at MQL5.community
John Sender
Added topic Playsound from Indicator
How do you set an alert/playsound to go off when an indicator hits it's extremes? I've tried to insert: //---- PlaySound if(k<0.01) PlaySound("sample.wav"); if(k>99.99) PlaySound("sample.wav"); return(0); } at then end of my