I'm a newbie and wish to be able to plot my own live and dynamic stock /
currency Chart.
can some gurus out there point me to the right direction? how to get started
using Wolframs FinancialData or alternatively, accessing free financial data
providers such as yahoo or google.?
Appreciate any help. Thanks in advance!.
Jim
Mathematica can be connected to live data sources such as Bloomberg
(see the Mathematica link to Bloomberg at
http://library.wolfram.com/infocenter/MathSource/7357/ for example),
but these services will cost money unless you are affiliated with an
institution that has a site license.
The general form of a dynamic data call will probably be something
like Dynamic[Refresh[Refresh[dataloadingfunction[]],UpdateInterval->whatever]]
Hope that helps,
-stern