PureBytes Links
Trading Reference Links
|
Troll
I think you need to define the type of alert, ie for a buy use 1 not 4.
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On
Behalf Of troll
Sent: Wednesday, 10 August 2005 10:29 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Alert Puzzle
Thanks Graham - my settings are hourly (checked many times) - flag=4
should be okay but still getting only one alert vs multi buy signals
in AA.
Tried changing flag to 1, 1+2 etc with no success or nothing showing
up at all.
Obviously missing something here again despite reading help files and
searching for correct format.
Regards,
Dean H.
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> you have flag=4 showing ( 4 - don't display repeated alerts )
>
> check the time period in AA settings. If daily you willonly get one
> signal alert.
>
> On 8/10/05, troll <deanhodgins@xxxx> wrote:
> > Hello all ...
> >
> > I'm using the code below to generate an alert. In AA (using scan)
I
> > get 7 buy signals for today 08/09/05 but the alert output
(view/alert
> > output) just shows 1 issue as a buy signal. Can't understand what
> > happened to the other 6 signals - they're there plain as day in
AA ??
> > Doesn't matter how many times I run or fiddle - still not getting
all
> > items showing up.
> >
> > AlertIf( Buy, "", "Buy Alert for "+FullName()+ " Price is " + O,
4 );
> >
> > Code must work if 1 shows up with correct time & price but should
be
> > 6 more ??
> >
> > Any suggestions would be most appreciated.
> >
> >
> > Thanks & Regards,
> >
> >
> > Dean H.
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > 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 other support material please check also:
> > http://www.amibroker.com/support.html
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
>
> --
> Cheers
> Graham
> AB-Write >< Professional AFL Writing Service
> Yes, I write AFL code to your requirements
> http://e-wire.net.au/~eb_kavan/ab_write.htm
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 other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hj8l4rj/M=362343.6886682.7839641.1493532/D=groups/S=1705632198:TM/Y=YAHOO/EXP=1124102145/A=2894354/R=0/SIG=11qvf79s7/*http://http://www.globalgiving.com/cb/cidi/c_darfur.html">Help Sudanese refugees rebuild their lives through GlobalGiving</a>.</font>
--------------------------------------------------------------------~->
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 other support material please check also:
http://www.amibroker.com/support.html
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:
http://docs.yahoo.com/info/terms/
|