Using the Financial Time Series App with GUIs
The Financial Time Series app works with Datafeed Toolbox™ software
to load data. In addition, the Financial Time Series app interoperates
with chartfts
to display an interactive plot and ftsgui
to
perform further time series data analysis.
The workflow for using the Financial Time Series app with chartfts
is:
After loading data from either Datafeed Toolbox software or an internal file, select a variable from the MATLAB Workspace Variables list box.
Click the Plot tab, click Type, and then select Interactive Chart.
Click Plot. The interactive plot is displayed in
chartfts
. You can then usechartfts
menu items for further display options.For more information on
chartfts
, select Help > Graphics Help.
The workflow for using the Financial Time Series app with the
Financial Time Series GUI (ftsgui
) is:
After loading data from either Datafeed Toolbox software or an internal file, select a variable from the MATLAB Workspace Variables list box.
Select Tools > FTSGUI to open the Financial Time Series GUI window.
Select a variable from the MATLAB Workspace Variables list box. Click the Plot tab and then select one of the following from the Type drop-down list:
Line Plot
,High-Low Plot
, orCandlestick Plot
.Click Plot. The plot is displayed in a MATLAB® graphic window. In addition, the Financial Time Series GUI window displays an entry for the plotted
fints
object. You can then use the menu items in the Financial Time Series GUI window to perform further analysis.For more information on
ftsgui
, select Help > Help on Financial Time Series GUI.Note
If the selected workspace variable that you are plotting is not a
fints
object, afints
object is created when you click Plot. The newfints
object uses the name designated by the MATLAB workspace variable box on the Create tab.
See Also
fints
| ascii2fts
| fts2mat
| datestr
| ftsbound
| boxcox
| diff
| fillts
| filter
| lagts
| leadts
| peravg
| smoothts
| tsmovavg
| convertto
| resamplets
| toannual
| todaily
| tomonthly
| toquarterly
| tosemi
| toweekly