Selected Timeframe has nothing to do with e-mailer. The line you have used PREVENTS from sending the alert twice for the same date/time, hence if you checked it with "text" you won't see it again unless *date/time* changes.
For testing use AlertIf(Buy,"EMAIL","Buy "+Name(),1,1,0); Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "zozuzoza" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Wednesday, August 27, 2008 12:20 PM Subject: [amibroker] Emailer does not work for tick by tick database >I cannot get Emailer to work for tick by tick database. The buy > signal appears in the Automatic Analysis window as well as in the > Alert Output window but the emailer does not send it. Testing the > email is OK in the preferencies/Alerts. Also it works fine for EOD > database but does not work for the tick by tick database. > > This is the command I use but I think it's OK. > AlertIf(Buy,"EMAIL","Buy "+Name(),1,15,0); > > The base time interval in Database settings is set to hourly but the > imported data is tick by tick. No Time Frame functions are used in > the AFL code. > > Any idea would be highly appreciated how I could overcome this > problem. > > Thanks a lot. > > > ------------------------------------ > > Please note that this group is for discussion between users only. > > To get support from AmiBroker please send an e-mail directly to > SUPPORT {at} amibroker.com > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > For other support material please check also: > http://www.amibroker.com/support.html > Yahoo! Groups Links > > >
