denipatov Tue, 29 Jan 2008 12:46:06 -0800
How to launch PopupWindow message on BUY signal? Something like:
if( Buy ) { PopupWindow("Current time is: " + Now(),"Alert", 2, 640*mtRandom(), 480*mtRandom()); }