PureBytes Links
Trading Reference Links
|
Buy =Cross( Close, Study("RE",1150) );
B = Buy;
AlertIf (B, "SOUND C:\\Windows\\Media\\Windows XP Ringin.wav", "Buy alert", 2 );
AlertIf (B, "Buy", "Buy at: "+C+" Alert",0, 1+2+4+8,1 );
--- On Sun, 19/4/09, aajurg <aajurg@xxxxxxxxx> wrote:
From: aajurg <aajurg@xxxxxxxxx>
Subject: [amibroker] Alert Output window
To: amibroker@xxxxxxxxxxxxxxx
Date: Sunday, 19 April, 2009, 12:09 AM
Hello , I don't have some result in my « Alert Output Windows »
I am waiting for a sound or a text .But nothing happening !
Nevertheless , the AFL code is sample
trenline = Study("RE", 1150);
Buy =Cross( Close, Study("RE",1150) );
AlertIf( Buy, "", "Simple text alert",1);
//AlertIf(Buy, "SOUND C:\\Program Files\\AmiBroker\ \APPLAUSE. WAV", "Sound alert",1,15, 1);
Who has a idea ?
------------------------------------
**** 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:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|