Jump to content

Recommended Posts

Posted

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

Posted

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.

:mellow:

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...