PureBytes Links
Trading Reference Links
|
Thanks for the response, but I've already tried Name(), and that
doesn't work (for me anyway) -- no trades occur.
Dwight
--- In amibroker@xxxxxxxxxxxxxxx, Graham <kavemanperth@xxxx> wrote:
> Not really certain what you mean but you can just tell AB to buy
those
> on that date
>
> Buy = ( name()=="MRK" and datenum()==1050131 ) or ( name()=="MMM"
and
> datenum()==1040816 );
>
> On 8/1/05, dwjukagr <djsiewert@xxxx> wrote:
> > I haven't found a solution to this posted anywhere. How do I get
AB to
> > signal a buy for multiple ticker/date specific occurrence? ie
(MRK on
> > 1050131, MMM on 1040816, etc.). I can't find any function to
check the
> > ticker, as I can use Datenum() to check the date.
> >
> > Thanks,
> > Dwight
> >
> >
> >
> >
> >
> > 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
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12h95i4n5/M=362343.6886682.7839641.1493532/D=groups/S=1705632198:TM/Y=YAHOO/EXP=1122910624/A=2894350/R=0/SIG=10tj5mr8v/*http://www.globalgiving.com">Make a difference. Find and fund world-changing projects at 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/
|