PureBytes Links
Trading Reference Links
|
Shahariar,
1. I don't have an answer for you on this question. I use a paid data
provider that does all the sector categorization for me. You might
have better luck writing to support@xxxxxxxxxxxxx
2. I think that you will have to run the scan, else run some other
batch file that does the same work. I am not aware of any "linked"
symbol feature the way you describe.
Mike
--- In amibroker@xxxxxxxxxxxxxxx, shahariar <shahariar4@xxx> wrote:
>
> HI MIke!
>
> 2 last things- if you could kindly help:
>
>
> 1. As i mentioned below my sectors here are diffferent, so any help
or link how to make my own sectors?
>
> 2. Is it possible in Ami in make a single symbol in ami for any
group/sector of stocks other than the code you provided ( the sector
code you provided is good but i have to run a scan everyday to see
the status of sectors using the code- i was thinking - may be create
a symbol of each sectors/group and link all the stocks of that
group/sector with the symbol and that gets updated every time i load
EOD data in Ami! ( check this out www.stockbangladesh.com here click
on stock/share lsit -Show chart and you will see the sectors which
get updated in every minutes automatically)
>
> Thabk you for the help.
>
> Shahariar
>
>
>
> --- On Mon, 12/29/08, shahariar <shahariar4@xxx> wrote:
>
> From: shahariar <shahariar4@xxx>
> Subject: Re: [amibroker] Re: Sector as a symbol
> To: amibroker@xxxxxxxxxxxxxxx
> Date: Monday, December 29, 2008, 3:51 AM
>
>
>
>
>
>
>
>
>
>
>
> Sector customization:
>
> I mean- the market i trade has sectors,industries different from
the builtin sector,industry catagories that ami has, so i want to set
up my symbols according the sector,industry applicable for my market
here..
>
>
> thanks,
>
> shahariar
>
> --- On Sun, 12/28/08, Mike <sfclimbers@xxxxxx com> wrote:
>
> From: Mike <sfclimbers@xxxxxx com>
> Subject: [amibroker] Re: Sector as a symbol
> To: amibroker@xxxxxxxxx ps.com
> Date: Sunday, December 28, 2008, 8:33 PM
>
>
>
>
> --- In amibroker@xxxxxxxxx ps.com, shahariar <shahariar4@ ...>
wrote:
> >
> > Hi MIke:
> >
> > Thank you for your kind words. If i understand you correctly,
> please see if i am right-
> >
> > 1.Suppose i have a group;group1 where i have kept all the IT
> stocks, now create an afl with the one you posted, then i go to AA
> and run the scan with the code u provided and in filter i select
only
> the group1, that will give me the picture of IT as a whole...am i
> right?
>
> Yes, you have understood correctly.
>
>
> > The problem is i am getting some peculiear looking candles....and
> please excuse me if i am asking very novice things.... i am very
> green on coding stuffs....
>
> I don't do much charting. So, I'm afraid that I cannot help you
there.
>
>
> > 2. Could anyone pls post any link to how to customize secotor
set
> up?
>
> It was not clear to me what it was that you were asking for with
> respect to customizing sectors.
>
> Mike
>
> >
> > Thanks,
> >
> > Shahariar
> >
> > --- On Sat, 12/27/08, Mike <sfclimbers@ ...> wrote:
> >
> > From: Mike <sfclimbers@ ...>
> > Subject: [amibroker] Re: Sector as a symbol
> > To: amibroker@xxxxxxxxx ps.com
> > Date: Saturday, December 27, 2008, 9:47 PM
> >
> >
> >
> >
> >
> >
> > Hi,
> >
> > From the AA window, set the filter to the sector that you want
> (e.g.
> > IT), then run the following script.
> >
> > Buy = 0;
> >
> > AddToComposite( Close, "~IT", "X");
> > AddToComposite( 1, "~IT", "I");
> >
> > Plot(Foreign( "~IT", "X")/Foreign( "~IT", "I"), "IT Index",
> colorRed);
> >
> > The code above is an updated version of that found here:
> > http://amibroker. com/guide/ a_addtocomposite .html
> >
> > Read up on AddToComposite for detail, particularly the excellent
> > guide provided by Herman
> > http://www.amibroke r.net/3rdparty/ IntroToAtc. pdf
> >
> > Mike
> >
> > --- In amibroker@xxxxxxxxx ps.com, "shahariar4" <shahariar4@ ...>
> wrote:
> > >
> > > Hi:
> > >
> > > Can anyone pls help telling me how can i get a sector work like
a
> > > symbol in Amibroker? Suppose-I have a sector name 'IT' which
has
> 6
> > > stocks, my question is-
> > >
> > > 1. How can i change the builtin sector format of AMI and inlcue
> the
> > > stocks in IT sector?
> > >
> > > 2. Then how can i use the IT sector as in charts/indicators?
like
> i
> > > want to see the whote IT sector as a symbol so that i can try
> > > different idicators/oscillaor s etc on that to see the sector's
> > > positions etc....I want to see the secotr as a symbol
> > >
> > >
> > > Will highly appreciate if any one could kindly help.
> > >
> > >
> > > Thanks
> > >
> > > Shahariar4
> > >
> >
>
------------------------------------
**** IMPORTANT ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
*********************
TO GET TECHNICAL SUPPORT from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
*********************
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
*********************************
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
|