Buy =Cross( Close, Study("RE",1150) );
B = Buy;
AlertIf (B, "SOUND C:\\Windows\\Media\\Windows XP Ringin.wav", "Buy alert", 2 );
AlertIf (B, "Buy", "Buy at: "+C+" Alert",0, 1+2+4+8,1 );
--- On Sun, 19/4/09, aajurg <[email protected]> wrote:From: aajurg <[email protected]> Subject: [amibroker] Alert Output window To: [email protected] Date: Sunday, 19 April, 2009, 12:09 AM 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 ? New Email names for you! Get the Email name you've always wanted on the new @ymail and @rocketmail. Hurry before someone else does! http://mail.promotions.yahoo.com/newdomains/aa/
