PureBytes Links
Trading Reference Links
|
Hello
I haven't understood exactly the interest to have
two or more workspaces.
If we want to have make different assignments or
studies can't we use the filter ?
Bernard Bourée<A
href="">bbouree@xxxx
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=tjaneczk@xxxx
href="">Tomasz Janeczko
To: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Friday, May 04, 2001 8:11 AM
Subject: Re: [amibroker] managing
different workspaces
Hello Jim,> Anyway, these workspaces appearto
be independent copies of the > database which amibroker accesses.
So I think I can have entirely > different stock lists, assignments and
studies, such as trend lines. Yes, that's correct.> If
the above is correct, then I would like to know how I can write >
JScript programs which will access the two different workspaces >
(databases) ? For example, maybe I could have one workspace dealing
> only with the nasdaq stocks, and then another dealing only with the
> NYSE stocks, and perform operations independently on each.
All AmiBroker objects give you an access to currently loaded
workspace.If you load another workspace you have an access to it.There
is only one problem with that - you can not programatically (from
script)force AmiBroker to load different workspace. You have to do it
manually.I guess I have to change that...Best
regards,Tomasz Janeczko===============AmiBroker - the
comprehensive share manager.<A
href="">http://www.amibroker.comYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|