PureBytes Links
Trading Reference Links
|
You can do the job from the H/D explorer, to transfer the ticker from
one database to another.
The clue is to create first an [empty] ticker in the new database.
Suppose your composite ticker ~AA belongs now into the database
C:\DATABASE1 and you want to move it into the C:\DATABASE2.
Open amibroker, database2 and create a new ticker ~AA.
[Symbol->new->write ~AA->OK].
The newly created ~AA will be empty [no data].
Close amibroker.
Now, in your H/D explorer, you should move the ~AA from C:\DATABASE1
into C:\DATABASE2\_
[Since an ~AA already exists in C:\DATABASE2\_, it will ask you to
replace the existing ~AA. Say YES !!]
Open amibroker, the ~AA will be now in C:\DATABASE2 !!
If you want ~AA to belong in both databases, then instead of moving
you should copy/paste.
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, "Anthony Faragasso" <ajf1111@xxxx>
wrote:
> Keith,
>
> After you have created your composite ticker, click on it so it is
the
> current chart viewed, then in AA window:
>
> Settings:
>
> current stock
> all quotations
>
> filter=1;
> addcolumn( "your Foreign Ticker name","x"),"");
>
> Click explore, then click export and a Save As dialogue window
should open
> up.....Save it and then import into other database....
>
>
> Anthony
------------------------ 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/
|