PureBytes Links
Trading Reference Links
|
FWIW I
use this to monitor trend line breaks and it works....
<FONT face=Arial color=#0000ff
size=2>
sound= <FONT
color=#0000ff>"SOUND g:\\DOWNLOADS\\Amibroker\\strategy
alert.wav";
<FONT
face=Arial>AlertIf(Buy, sound,
WriteVal(C,3.2)+ " Violation",
1,1+2+4+8,1 );<FONT
color=#282828>
Regards,Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: bruiserbbq
[mailto:bruiserbbq@xxxxxxxxxxxx]Sent: Wednesday, April 28, 2004
11:37 PMTo: amibroker@xxxxxxxxxxxxxxxSubject:
[amibroker] Re: What's wrong with this
formula?Gernot, I have checked your suggestions and
all is OK...Tools alert indicator checked. Also tested the wav from there
and it worked fine.Jason, I'm here watching the T3's cross in
R/T...but not getting an alert...will have a play with the
flags.Thanks again guys.--- In
amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:>
Bruiser,> > You will hear the audible alert only when the cross
appears. In other words> if you are plotting the code tonight and
the last bar is not showing a buy> then you will not hear the alert
tonight. The coded by taotrader shows the> bars the alert is
triggered on,via plot shapes, see if the alert sounds> tomorrow to
coincide with a new signal if not check to be sure the wave file>
is indeed in the directory you are pointing to> > AlertIf( Buy,
"SOUND C:\\Program Files\\ahead\\Nero\\Beeth9th.wav", "Audio>
alert", 2 );> > Lastly experiment with the flags. You have set
2, omitting this results in> the default values below......from
help...> > Flags control behaviour of AlertIF function. This
field is a combination> (sum) of the following values:> ( 1
- display text in the output window, 2 - make a beep (via computer>
speaker), 4 - don't display repeated alerts having the same type, 8 -
don't> display repeated alerts having the same date/time) By default
all these> options are turned ON.> > >
Regards,> > Jayson> > -----Original
Message-----> From: bruiserbbq
[mailto:bruiserbbq@xxxx]> Sent: Wednesday, April 28, 2004
11:09 PM> To: amibroker@xxxxxxxxxxxxxxx>
Subject: [amibroker] Re: What's wrong with this formula?> >
> Thanks for your reply Gernot. Your formula you posted
does not bring> up any errors...but the alert is still
not working.> > Here's what I'm trying to achieve.
I'm running AB in R/T and I'm> hoping to have an alarm that
will sound while I'm monitoring a> certain stock
(FAX)> > Would the time frame be the cause of the
fault? example I'm here> with AB in R/T monitoring AMP-ASX
in 1 minute intraday and at this 1> minute time frame
the T3's cross over quite regularly...but no alert.>
> Could it be the time frame?....one would think the alarm
would go> off on any crossing of the T3's in what ever time
frame you have to> be watching.>
> Cheers Bruiser> > > >
> Send BUG REPORTS to bugs@xxxx> Send
SUGGESTIONS to suggest@xxxx>
-----------------------------------------> Post
AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx> (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)>
--------------------------------------------> Check group
FAQ at:> <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html>
> > Yahoo!
Groups
Sponsor>
ADVERTISEMENT> > > > > >
---------------------------------------------------------------------------->
--> Yahoo! Groups Links>
> a.. To visit your group on the web, go
to:> <A
href="">http://groups.yahoo.com/group/amibroker/>
> b.. To unsubscribe from this group, send an
email to:>
amibroker-unsubscribe@xxxxxxxxxxxxxxx> >
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.Send BUG REPORTS to
bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|