joepaulp Posted March 13, 2010 Posted March 13, 2010 Hi there, Thanks for all the help in this forum. Appreciate all your help. Wanted to get some idea about how would one approach this kind of problem. Wanted to read the ticker cloud from something like this website into a text file with the info about the relative size of the tickers. Actual sizing doesn't matter, it just have to be in some scale say 0 to 100. http://stockcharts.com/charts/tickercloud.html The ideal output would be like this, the ticker and size of the ticker AA 0 AAPL 20 AMZN 30 IWF 20 -- -- -- So on Thanks again for this wonderful forum and all the people here. thanks
PsaltyDS Posted March 14, 2010 Posted March 14, 2010 It's just a bunch of links with varrying font sizes, i.e.: <A style="FONT-SIZE: 19px" title="Eaton Corp." href="http://stockcharts.com/h-sc/ui?s=ETN">etn</A> You could probably just get a collection of the links and check the properties in a loop. See _IELinkGetCollection() in the help file. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
joepaulp Posted March 17, 2010 Author Posted March 17, 2010 Thanks a lot, PsaltyDS. That should work. Wasn't thinking Appreciate your help. Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now