Hello, Did you read the manual?
There are alerts in AB. Both "easy alerts" (based on fields in the data feed) http://www.amibroker.com/guide/w_easyalerts.html as well as based on ANY study (not only trendlines) http://www.amibroker.com/guide/h_alerts.html Best regards, Tomasz Janeczko amibroker.com ----- Original Message ----- From: "przemyslawuk" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, December 08, 2008 12:27 PM Subject: [amibroker] Re: Alerts > Tomasz, > Alerts are generally a thing that I miss a lot in AB. > I (as an AB customer) would like to see alerts similar to those that > Quotetracker has (based on any field in the datafeed, trendline alert > and one that QT does not have is an alert based on moving > averages-price touches/crosses a moving avrg.). > One more suggestion, could you make volume bars looking the same way > they look in QT? > > > --- In [email protected], "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> AlertIF in indicator will trigger when chart is refreshed (every 3 > seconds in RT mode). >> If you want to get alerts for 50 tickers simultaneously you should run >> automatic scans in AA window (Scan every feature). >> >> I will also add some simple alerts (non formula based) to RT quote > window soon. >> >> Best regards, >> Tomasz Janeczko >> amibroker.com >> ----- Original Message ----- >> From: "nkis22" <[EMAIL PROTECTED]> >> To: <[email protected]> >> Sent: Tuesday, August 20, 2002 7:23 PM >> Subject: [amibroker] Re: Alerts >> >> >> > thanks. one more question >> > will the alert trigger on the streaming quote or on chart >> > display. I am hoping it is the former, coz I can watch 50 >> > tickers simultaneously in the quote window. For example >> > i'd like an alert to trigger if the close price goes above >> > say $40. Can this be done as well. >> > >> > nand >> > >> > >> > >> > --- In [EMAIL PROTECTED], "Tomasz Janeczko" <[EMAIL PROTECTED]> wrote: >> > > Hello, >> > > >> > > Yes you can. Just add AlertIFs to your custom indicator code. >> > > Make sure to enable alerts from Indicators in Tools->Preferences- >> > >Alerts page. >> > > >> > > Best regards, >> > > Tomasz Janeczko >> > > amibroker.com >> > > ----- Original Message ----- >> > > From: "nkis22" <[EMAIL PROTECTED]> >> > > To: <[EMAIL PROTECTED]> >> > > Sent: Tuesday, August 20, 2002 6:09 PM >> > > Subject: [amibroker] Alerts >> > > >> > > >> > > > Can the alert play without the scan? I have not attempted >> > > > alert as yet because I am thinking I will need to scan >> > > > for it to trigger. Wondering if it can be triggered once the >> > > > price crosses a certain level. If so, then when do the alert >> > > > code go? In the indicator? >> > > > >> > > > I will much appreciate someone's feedback and if possible an >> > > > example code. >> > > > >> > > > thanks >> > > > nand >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > >> > > > Your use of Yahoo! Groups is subject to >> > http://docs.yahoo.com/info/terms/ >> > > > >> > > > >> > > > >> > >> > >> > >> > >> > >> > Your use of Yahoo! Groups is subject to > http://docs.yahoo.com/info/terms/ >> > >> > >> > >> > > > > ------------------------------------ > > **** IMPORTANT **** > This group is for the discussion between users only. > This is *NOT* technical support channel. > > ********************* > TO GET TECHNICAL 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 > > >
