Technical Analysis Tool

GUI for viewing various simple technical analysis indicators of a time series
15,4K Downloads
Aktualisiert 18. Mär 2013

Lizenz anzeigen

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.

Zitieren als

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

Kompatibilität der MATLAB-Version
Erstellt mit R2012b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux
Kategorien
Mehr zu Timetables in Finance finden Sie in Help Center und MATLAB Answers
Quellenangaben

Inspiriert: 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 Veröffentlicht Versionshinweise
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.