PureBytes Links
Trading Reference Links
|
Salil,
1. Use Symbol->Information window to rename
symbol.
2. You should organize your database so Utilities, Energy,
Healthcare
symbols are organized into SECTORS (not separate
databases).
See template: <A
href="">http://www.amibroker.com/docs/ab305.html
THen you will be able to create composites
automatically
AddToComposite( array, "~Comp"+SectorID(1), "X"
);
Best regards,Tomasz
Janeczkoamibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
Salil V
Gangal
To: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Monday, October 28, 2002 8:36
PM
Subject: RE: [amibroker] Renaming
'composite' ticker files
Jayson,
>>perhaps I miss your
point<<
I guess I should clarify why I'm doing the effort.
First of all, I've got a moduile in 'AA' that will calculatethe
composites (say) ~compMacdBuy. Now thismodule
is common module that I want to run against
multiple databases.
Ideal solution for me will be to have some way of referencing the database
name within AFL, so that I can simply make the composites include the database
name at the end as (say) <FONT
face="Courier New">~compMacdBuyUtilities and <FONT
face="Courier New">~compMacdBuyEnergy and <FONT
face="Courier New">~compMacdBuyHealthcare... But
looks like there is no way to access the current database name within the
AFL. (That's the conclusion I draw based on my own search and due to
lack of any response to my earlier e-mail inquiring about referencing the
current database name within AFL.) Absent this, I'm trying to find out
an artificial solution of perhaps renaming the physical composite ticker files
externally so as to append the database names externally.
I never wanted to give so many details, which perhaps are distracting.
That's why I gave simple example of just re-name the physical files and try to
load them back in AmiBroker. Hope this clarifies the point of it all
...
Regards,
- Salil V Gangal
Jayson <jcasavant@xxxx> wrote:
<BLOCKQUOTE
>
<SPAN
class=288520918-28102002>Salil,
<SPAN
class=288520918-28102002>
<SPAN
class=288520918-28102002>Why go to the effort???
<SPAN
class=288520918-28102002>when you compute the composite to begin withsimply
change your code to read the desired names....... perhaps I miss your
point
Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: Salil V Gangal
[mailto:salil_gangal@xxxx]Sent: Monday, October 28, 2002
9:51 AMTo: amibroker@xxxxxxxxxxxxxxxSubject:
[amibroker] Renaming 'composite' ticker files
Friends,
Here are the steps I performed ===>
I computed 'composite' tickers in 'AA' and named them <FONT
face="Courier New">~compMacdBuy and <FONT
face="Courier New">~compMacdSell.
I exited AmiBroker.
Using Windows Explorer, I renamed the physical ticker files
for the above composite tickers to <FONT
face="Courier New">~macdPlus and <FONT
face="Courier New">~macdMinus respectively.
I restarted AmiBroker.
The composite tickers with old names were gone from 'All' as
well as from 'Group 253'. The composite tickers with their new
names did not come-up anywhere.
What more is required to get back the user-generated tickers which are
re-named at the OS level without changing
their names back to the earlier names
? In other words, I am interested in retaining their changed names
just the way they are and I don't want to run 'AA' once
again.
Any inputs ?
Regards,
- Salil V Gangal
Do you Yahoo!?Y! Web Hosting
- Let the expert host your web site Post AmiQuote-related
messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Do you Yahoo!?Y! Web Hosting -
Let the expert host your web site Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|