Technical Analysis Tool

버전 1.5.0.0 (146 KB) 작성자: Phil Goddard
GUI for viewing various simple technical analysis indicators of a time series
다운로드 수: 15.4K
업데이트 날짜: 2013/3/18

라이선스 보기

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.

인용 양식

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

MATLAB 릴리스 호환 정보
개발 환경: R2012b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Timetables in Finance에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
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.