Alert popup or alert sound

Hi

I have a system which generates buy and sell and plots arrows on the screen in Amibrober

I want a sound alert as soon as buy or sell is generated as i work on other programs too and cannot keep Amibroker on screen always to monitor the signals

Secondly it should cover all active symbols and slert me via sound or popup if any active chart has generated signal

Regards

Manish

To get the Sound alert and popout window write the condition as per following functions in AFL

if ( condition )
{

Say("sound alert message");

PopupWindow(   message   );

}

@algogreek

please explain in detail. like want to buy nifty future at 8795…what code to write

please explain in detail. like want to buy nifty future at 8795…what code to write