Technical Analysis Tool

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 Center および MATLAB AnswersTimetables in Finance についてさらに検索
謝辞

ヒントを与えたファイル: 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!
バージョン 公開済み リリース ノート
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.