PureBytes Links
Trading Reference Links
|
Hello
Tomasz,
<FONT face=Arial
size=2>
I am searching for a
way to explore all sectors with sectorID and the same with Industries. At next I
want explore all industries over a sector.
<FONT face=Arial
size=2>
I have created
composites with the formula below, now I want to assign the industry name
to each composite as full name. Same with sector name.
<FONT face=Arial
size=2>
I have checked
broker.industries and broker.sectors, but it seems that they have only the
information's for the DOW sample Database.
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>
Thanks for every
help.
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>Thomas
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>
<FONT color=#0000ff
size=2>AddToComposite(Bull,<FONT color=#ff00ff
size=2>"~i"+<FONT color=#0000ff
size=2>WriteVal(<FONT color=#0000ff
size=2>IndustryID(),<FONT color=#ff00ff
size=2>1.0),"<FONT
face=Arial color=#ff00ff size=2>H"<FONT
size=2>,1);
AddToComposite<FONT
size=2>(Bull,"~s"<FONT
size=2>+WriteVal<FONT
size=2>(SectorID<FONT
size=2>(),1.0<FONT
size=2>),"<FONT face=Arial
color=#ff00ff size=2>H"<FONT
size=2>,1<FONT
size=2>);
|