PureBytes Links
Trading Reference Links
|
Thanks again for that David
Regards
pacific
---------------------------------------------------------
--- In amibroker@xxxx, "dtholz" <dtholz@xxxx> wrote:
> Pacific you can create the database using you ms data that way you
> will have full history the run the afl to add .ax to the alais
field
> so that the asx.tls file will be able to add the data to asx ticker
> without the need to have .ax on the end of each stock code ..
>
> if you run the asx.tls file before running the add .ax afl you will
> end up with 2 copies of files eg bhp and bhp.ax
> have a search for the tread re adding ax to Australain tickers
>
> David
>
> /* ax add ax to alias listing for yahoo quotes */
>
>
> EnableScript("jscript"); ticker= Name(); <% ticker = AFL
> ("ticker"); oAB = new ActiveXObject("Broker.Application");
> oAB.Stocks( ticker ).Alias = ticker + ".AX"; %> Buy = 0;
>
>
>
> **********end *****************
>
>
> --- In amibroker@xxxx, "pacific5_au" <pacific5_au@xxxx> wrote:
> > Hi David,
> >
> > Thanks for that...much appreciated. Was about to start adding
> the .AX
> > extension manually...... assume TJ scipt is in a message here
> > somewhere..good for future reference.
> >
> > Have been running Yahoo Data on about 600 tickers in parallel to
> all
> > tickers in MS. Have finding nothing wrong with Yahoo data ...so
> hence
> > the decision to update all stocks to Yahoo.
> >
> > Thanks again and regards.
> >
> > pacific
> >
> >
> >
> > --- In amibroker@xxxx, "dtholz" <dtholz@xxxx> wrote:
> > > Hi Pacific dont know if you got the tls file you wanted but i
> just
> > > uploaded the asx.tls file for you
> > >
> > > http://groups.yahoo.com/group/amibroker/files/ASX.tls
> > >
> > > Regards David
> > >
> > > ps if you have files already created without the yahoo .. .ax
> > ending
> > > then simply use TJ's script to add .ax to the ticker alias list
> and
> > > then you can have the best of both your own data and grap a
> daily
> > > snap shot from yahoo also if thats what u want
> > >
> > > --- In amibroker@xxxx, "pacific5_au" <pacific5_au@xxxx> wrote:
> > > > Hi Folks,
> > > >
> > > > Wonder if an australian user of AB has a TLS file for all
> stocks
> > > on
> > > > the ASX that they could post here or in the files section of
> the
> > > list.
> > > >
> > > > My current AmiQuote TLS file for the ASX has about 600 or so
> > > tickers.
> > > >
> > > > I would like to update to contain all stocks listed on the
ASX
> > but
> > > > would prefer not to type the Yahoo .AX extention on 800 or so
> > > tickers.
> > > >
> > > > Have also been running a separate metastock database via the
> MS
> > > plug-
> > > > in but am finding the Yahoo downloads so convenient etc will
> > > probably
> > > > just run with Yahoo.
> > > >
> > > > Thank you and regards
> > > >
> > > >
> > > > pacific
|