[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] AlertIf


  • Date: Fri, 12 Mar 2010 03:56:21 -0000
  • From: "jollypollyanna" <jollypolly999@xxxxxxxxx>
  • Subject: [amibroker] AlertIf

PureBytes Links

Trading Reference Links



Greetings,  For all newbies I have provided an example of a working AlertIf arrangement.
 

I set Amibroker to a 1 min. chart and in Automatic Analysis I set "Periodicity"  to 1 min. AND ticked  "Run every" : 1 min. (change to suit yourself)

In Tools->Preferences->Alerts I have Automatic Analysis ticked in "Enable alerts from".

In Tools->Preferences->Alerts I have "E-mail settings" correctly filled in and "Test" result has "Message sent OK."

WORKING EXAMPLES  :D :D :D 

*Note  two (2) backward slashes for application path and the number after "text" (highlighted) is 1 = Buy, 2 = Sell, 3 = Short and 4= Cover


AlertIf( Buy, "SOUND C:\\WINDOWS\\Media\\ringin.wav", " Buy Trigger", 1, 1);

AlertIf( Short, "SOUND C:\\WINDOWS\\Media\\ringout.wav", " Short Trigger", 3, 1);

AlertIf( Buy, "EMAIL ", "Happy Days Are Here Again"+FullName(), 1, 1);

AlertIf( Buy, "EXEC C:\\Program Files\\QuoteTracker\\stocks.exe", "Launching external application", 1, 1);

AlertIf( Short, "EXEC C:\\Program Files\\QuoteTracker\\stocks.exe", "Launching external application", 3, 1);



__._,_.___


**** 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/





Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___