Wednesday, January 11, 2006

Using amibroker's profile view for news/intradaydata


Add this line to setup your profile view in amibroker. This will keep you up to date with most of the important news regarding your stock
http://www.contentlinks.asiancerc.com/kotakstreet/CompanyProfileTicker.asp?Ticker={t}
To learn how to setup amibroker's profile view
a) Start amibroker
b) Hit F1
c) search for profile view

You can also use the following link in your profile view to get 5 day intraday data.
This can be useful when studying eod charts.
http://ichart.finance.yahoo.com/w?s={t}.NS
This link only works for some stocks for others a more complicated procedure is required.
You need to use the web id: {i} and put the correct yahoo name for your stock into webid.
The transformation is simple: Grab first 9 letters of nse ticker, thats your yahoo name.
Example INFOSYSTCHEQ But INFOSYSTC.NS
http://ichart.finance.yahoo.com/w?s={i}.NS
I'll post some the js file to configure webids and stuff later.