Hello , I don't have some result in my « Alert Output Windows » I am waiting for a sound or a text .But nothing happening ! Nevertheless , the AFL code is sample
trenline = Study("RE", 1150);
Buy =Cross( Close, Study("RE",1150) );
AlertIf( Buy, "", "Simple text alert",1);
//AlertIf(Buy, "SOUND C:\\Program Files\\AmiBroker\\APPLAUSE.WAV", "Sound
alert",1,15,1);
Who has a idea ?
