Dear Prashanth, Thanks for responding immediately.
Yes, I have. Best regards, Vinay On Fri, 25 Sep 2009 21:12:11 +0530, Prashanth <[email protected]> wrote: > Hello Vinay, > > In Automatic Analysis, have you checked for All Symbols? > > Cheers > > Prashanth > ----- Original Message ----- > From: Vinay Gakkhar. > To: Amibroker > Sent: Friday, September 25, 2009 21:01 > Subject: [amibroker] Alertif help > > > Dear Tomasz, > > I have posted this problem many times in recent days, but unfortunately > could not get a solution, may I bother you now with a request to help me > solve it. > > I use Amiquote to get intraday quotes every 1 minute and have written the > following lines in my code:- > > AlertIf( Buy, "EMAIL", "Buy alert on "+FullName() + ")" + " " + > LastValue(Close), 1 ); > AlertIf( Buy, "SOUND C:\\Windows\\Media\\Ding.wav", "Audio alert", 1 ); > AlertIf( Sell, "EMAIL", "Sell alert on "+FullName() + ")" + " " + > LastValue(Close), 2 ); > AlertIf( Sell, "SOUND C:\\Windows\\Media\\Chord.wav", "Audio alert", 2 ); > > At present I receive email & audio alerts only for the symbol of the > currently open chart, but I want to get alerts for all symbols for which my > condition is met during this tick. > > Request please tell me what is wrong in my code, and how to correct it. > > Thank you, > > vgakkhar > > > > -- > > -- ------------------------------------ **** IMPORTANT PLEASE READ **** This group is for the discussion between users only. This is *NOT* technical support channel. TO GET TECHNICAL SUPPORT send an e-mail directly to SUPPORT {at} amibroker.com TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at http://www.amibroker.com/feedback/ (submissions sent via other channels won't be considered) For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: http://www.amibroker.com/devlog/ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/amibroker/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/amibroker/join (Yahoo! ID required) <*> To change settings via email: mailto:[email protected] mailto:[email protected] <*> To unsubscribe from this group, send an email to: [email protected] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
