PureBytes Links
Trading Reference Links
|
Ug Graham AKA Kaveman
Yep one and the same , have spent the last three years concentrating
on property , and the time for new purchases there has come to an
end IMHO.
Interesting to note that while we both used to use ezy charts we've
both changed. Nice to see a program that allows for testing systems
at a reasonable price.
Will email you
Regards See Change aka Cliff
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> See Change (that name sounds familiar)
>
> There is a script file and csv file for putting the asx stocks
into their
> respective sectors and industries. I use an excel file and
download the
> listings from asx website regularly to update.
>
> The broker files ( broker.sector and broker.industries ) contain
the
> information for names of the sectors and industries and need to be
setup for
> asx. Although I have found that some industry groups get mixed up
with wrong
> industry name, but easily changed as below. (eg I get banks listed
in
> insurance industry and insurance tickers listed in banks industry)
>
> Names of groups, sectors etc can be manually changed by clicking
on them in
> the workspace similar to doing it in windows file explorer.
>
> I can email these files to you directly if you like.
>
> I also run an afl to move all stocks with data, and any non shares
tickers
> to separate groups so that when running scans on all stocks I can
easily
> exclude unwanted tickers. I recently posted this to reefcap forum.
>
> Indices should be manually (don't know any other way to automate
this)
> nominated as index by using the Symbol - Information window. Tick
box in
> bottom corner for the index.
>
> Hope this helps a bit
>
> Cheers,
> Graham
> http://e-wire.net.au/~eb_kavan/
>
> -----Original Message-----
> From: see_change007 [mailto:cvt@x...]
> Sent: Saturday, June 19, 2004 8:14 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: Understanding Categories was: Re: [amibroker] Importing
data into
> Amibroker
>
> Hi Tomasz
>
> I'm going through the same process as Collectable..
>
> I have an ASX metastock data base which I've been updating using
> Bohdi Freeway . I don't have metastock so I'm not used to using
> their data base and how it's structured. In my ASX folder in my
> metastock database there is a folder for each letter and an
addition
> several numbered ones at the start. I have Bohdi Freeway which I
use
> for my current charting program ( Ezycharts ) and the last time I
> reinstalled it I set up the metastock data base as I knew I would
be
> moving onto another program ( Amibroker ...:) )
>
> I set up a new data base as per instructions , I assume what you
> call it doesn't matter.
>
> In the data settings I set up the data source as "metastock r data
> plug in.
>
> I then went into configure and opened each of the sub folders in
my
> ASX folder , clicked on the MASTER file in each of these sub
> folders. These have all been added into the " Configure metastock
> data plug in window "
>
> I then highlighted each individual listing in this window in turn
> and pressed the retrieve button.
>
> I've set the data to 4000, and pressed " OK"
>
> All of the shares and indices I have are listed in the "tree" but
> they're not fully organised. At this stage every thing is
in "All" ,
> but all of my ASX shares / indices are under " Markets" in a NYSE
> folder.
>
> Under Groups , I have one group ,a Group O folder , which again
> contains all of the ASX shares and indices.
>
> Sectors has a Services Folder with a sub folder of Advertising
which
> again contains all my shares and indices.
>
> Watch list / favourites are empty as I expected, but also indices
is
> empty.
>
> I would like to changee the NYSE folder to ASX, and I would also
> like to set up a correct "Sector" break up as well as having the
> indices in their correct place .
>
> I'd like to continue using Bohdi Freeway . Once I have the
Amibroker
> data base organised, do I just download Bohdi as per normal. One
> button is nice , and it also updates my other Data bases
>
> See Change
>
> --- In amibroker@x
> ahoogroups.com, "Tomasz Janeczko" <amibroker@xxxx> wrote:
> > Hello,
> >
> > First you should really read TUTORIAL and use METASTOCK PLUGIN
> > http://www.amibroker.com/guide/h_extsources.html
> > to read MS database directly (so you don't need to reimport all
> the time).
> >
> > Reading all tutorial sections is a first thing a new user should
> do.
> >
> > Second thing is understanding categories.
> > Categories are NOT folders (like in Windows Explorer)
> >
> > The difference is fundamental.
> > In the explorer file appears (usually) only once in the given
> > tree leaf.
> > In the workspace symbol tree given symbol appears multiple times
> because
> > it appears in every category leaf to which it belongs to
> > even if this is the same symbol and only it exists only as single
> > entity.
> >
> > One symbol belongs to MANY categories at the same time.
> > For example
> > AAPL (Apple Inc.)
> > will belong
> > to
> > "Stocks" group category
> > "Nasdaq" market category
> > "Information" sector category
> > "Comp-Computer Mfg" industry category
> > and may also
> > belong to
> > several watch lists and favorites category
> >
> > ALL at the same time.
> > That's why ONE symbol will appear in many leaves of the symbol
> tree.
> >
> > Now if you delete the SYMBOL it will of course disappear from
ALL
> categories
> > because you have deleted the SYMBOL.
> >
> > There are two types of categories:
> > 1. with mutualy exclusive membership: groups, markets,
> sectors/industries
> > - it means that symbol MUST belong to ONE group ONE market and
> ONE sector/industry at a time
> > you can move the symbol from one group/market/sector/industry
to
> another but you can not
> > remove this assignment - create "Unassigned"
> group/market/sector/industry instead.
> >
> > 2. with free membership: watch lists/favorites/indexes
> > - it means that a symbol may belong to ANY number (including
> zero) of watch lists (and to favorite/index category too)
> > In this case you can remove this assignment by Watch List-
>Remove
> >
> > Watch lists are covered in detail in the User's Guide:
> > http://www.amibroker.com/guide/h_watchlist.html
> >
> > (the same is available when you press F1 from AmiBroker)
> >
> >
> > Third thing:
> > if you use "DELETE" button in Symbol->Categories
> > it displays the warning:
> > "This will delete selected symbols FROM THE DATABASE".
> >
> > Again: it will delete FROM THE DATABASE, not from the category.
> >
> >
> > Best regards,
> > Tomasz Janeczko
> > amibroker.com
> > ----- Original Message -----
> > From: "Collectable Images" <telecard@xxxx>
> > To: <amibroker@xxxxxxxxxxxxxxx>
> > Sent: Saturday, June 19, 2004 9:28 AM
> > Subject: [amibroker] Importing data into Amibroker
> >
> >
> > > Hello guys.
> > >
> > > This is starting to seem like a nightmare.
> > >
> > > Waht happens when my original datasource adss or deletes a
stock
> code or
> > > merges two codes together?
> > >
> > > Do I have to repeat the whole process for all the folders
> involved
> > > (hundreds) at periodic time intervals unless I know escatly
> which stock
> > > codes were changed? Finding that out could be a lifetimes work
> in itself.
> > >
> > >
> > >
> > >
> > >
> > > Check AmiBroker web page at:
> > > http://www.amibroker.com/
> > >
> > > Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
>
>
>
>
>
> Check AmiBroker web page at:
> http://www.amibroker.com/
>
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|