PureBytes Links
Trading Reference Links
|
Thank you. I get a "syntax error". Regards. Traderix
--- In amibroker@xxxxxxxxxxxxxxx, "Anthony Faragasso" <ajf1111@xxxx>
wrote:
> You can create you own..using AddToComposite...
>
> //Sector composite
>
> sym = "~Sector" + SectorID(1);
>
> AddToComposite( L, sym,"L",1+2+8+16);
>
> AddToComposite( O, sym,"O",1+2+8+16 );
>
> AddToComposite( H, sym,"H",1+2+8+16 );
>
> AddToComposite( C, sym,"C",1+2+8+16 );
>
> AddToComposite( V, sym, "V",1+2+8+16);
>
> Buy==0;
>
> Anthony
>
> ----- Original Message -----
> From: "traderix2003" <d.adam@xxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Tuesday, April 06, 2004 6:20 PM
> Subject: [amibroker] dif. sectors performing
>
>
> Is it possible to watch how the different sectors (like
> semiconductors, banks, transportations...) perform?
> IŽd like to plot them all, as lines in dif. colors on a chart.
> Where can I get their symbols?
>
> Thxs. Traderix
>
>
>
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
> Yahoo! Groups Links
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
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/
|