English 中文(简体)
How would I go about plotting "live" stock market data with Processing, jQuery, Pure Data or Max/MSP?
原标题:

This is intended as a question quite open to any suggestions, hints or pointers. I wish to start playing around with home brewed automated investment models, the beginnings of which I have concepts for. I m familiar with a few frameworks/languages that I suspect might be able to help me in this. Suggestions regarding other languages than those specified are also welcome.

I might be able to query XML data from Google or Yahoo finance APIs? Not overly familiar with XML. Where would I find the relevant tutorials or information on XML to achieve this purpose?

Also, is there a way to make searches through a large set of "current" stock data (current value of many stocks) for certain specified conditions?

Thank you!

最佳回答

I m finding processing easy to use. Check out http://processing.org/reference/XMLElement.html for reading xml.

问题回答

If you are not too familiar with XML a great place to start learning about it would be this article.

Other than that, have you started this project or are you still planning?

My suggestion would be to sit down and write out the individual steps your program would need to perform. Obviously if you are not familiar with XML and/or AJAX then you probably will not think of everything. But at least you would have formed a general road map.

Additionally, this SO question may help you get started.

For Pure Data, you would probably need something like IEM xmlrpc (which is included in Pd-extended) or PuRest JSON to receive the data.





相关问题
getGridParam is not a function

The HTML: <a href="javascript:void(0)" id="m1">Get Selected id s</a> The Function: jQuery("#m1").click( function() { var s; s = jQuery("#list4").getGridParam( selarrrow )...

selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

jQuery cycle page with links

I am using the cycle plugin with pager functionality like this : $j( #homebox ) .cycle({ fx: fade , speed: fast , timeout: 9000, pager: #home-thumbs , ...

jquery ui dialog opens only once

I have a button that opens a dialog when clicked. The dialog displays a div that was hidden After I close the dialog by clicking the X icon, the dialog can t be opened again.

jConfirm with this existing code

I need help to use jConfirm with this existing code (php & Jquery & jAlert). function logout() { if (confirm("Do you really want to logout?")) window.location.href = "logout.php"; } ...

Wrap text after particular symbol with jQuery

What I m trying to do, is wrap text into div inside ll tag. It wouldn t be a problem, but I need to wrap text that appears particularly after "-" (minus) including "minus" itself. This is my html: &...

热门标签