Technical Analysis Tool

GUI for viewing various simple technical analysis indicators of a time series
15.4K Downloads
Updated 18 Mar 2013

View License

This UI driven application allows users to
- load time series data from several sources (yahoo, MATLAB, etc...) depending on which MATLAB toolboxes the user is licensed for.
- calculate and display several of the simpler technical analysis indicators.
(Generally indicators that only require one time series for their calculation, i.e. not those requiring open, close, high and low time series' data.)
- zoom and analyze different time periods of data
- export the results back to MATLAB

The application was written some time ago, however it has just been updated to make use of the timeseries object in MATLAB R2006a.
(It should be backwards compatible with earlier releases of MATLAB.)

Its primary purpose is to demonstrate some of MATLAB's UI building capabilities.
Hence the reason for only including a small subset of available technical indicators.
More complex indicators may be added at some time in the future.

See the ReadMe file for setup and usage information.

Cite As

Phil Goddard (2024). Technical Analysis Tool (https://www.mathworks.com/matlabcentral/fileexchange/10573-technical-analysis-tool), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Timetables in Finance in Help Center and MATLAB Answers
Acknowledgements

Inspired: SMA, MACD, RSI (SMR) Trading Algorithm

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.5.0.0

Updated .mlappinstall file to include the analysisfcns directory

1.2.0.0

Updated to include an App file for R2012b

1.1.0.0

Added MACD (April 2011).

1.0.0.0

Updated for R2007a. Fixed minor issue with loading data from yahoo.