Editor's Note: This file was a File Exchange Pick of the Week
Using MATLAB TIMER objects, this demo either downloads or creates market prices and plots the results automatically at a desired frequency.
If the Datafeed Toolbox is available, you can download market data from Bloomberg (with a license) or Yahoo to analyze stock prices as they change. If not, random prices can be created.
As the data is updated, the demo will determine if the price has risen, lowered, or stayed the same. If it has risen, the price will be plotted as green. If it has lowered, it will be plotted as red. If it is unchanged, it will be blue.
This demo should help users become familiar with TIMER objects, and can be used as a template for creating more realistic and advanced "real-time" trading applications.
There are different command line files for each data source ? Bloomberg, Yahoo, random ? and a GUI that combines all three.
If you want to learn the basics of TIMERs, the command line files are probably the best place to start.
Ameya Deoras (2021). Real-Time Stock Viewer (https://www.mathworks.com/matlabcentral/fileexchange/5784-real-time-stock-viewer), MATLAB Central File Exchange. Retrieved .
Inspired: Scrolling display
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Create scripts with code, output, and formatted text in a single executable document.
Does not connect to yahoo, please help !!!
Does not work!
doesn't connect to yahoo anymore... need help
Nice application for pulling all the pieces together to get stock data programmatically. Thanks.
Great work! ;)
gives wrong numbers. It is saying now that GE is $80 but GE is about $23 now.
buggy app
An awesome tool. A little more guideline/documentatio would've made it perfect