How to launch PopupWindow message on BUY signal?

Something like:

if( Buy ) 
{ 
    PopupWindow("Current time is: " + Now(),"Alert", 2, 
640*mtRandom(), 480*mtRandom()); 
} 

Reply via email to