Financial Time Series    
ascii2fts

Create financial time series object from ASCII data file

Syntax

Arguments

filename
ASCII data file
descrow
(Optional) Row number in the data file that contains the description to be used for the description field of the financial time series object.
colheadrow

(Optional) Row that has the column headers/names.

skiprows
(Optional) Scalar or vector of consecutive row numbers to be skipped in the data file.

Description

tsobj = ascii2fts(filename, descrow, colheadrow, skiprows) creates a financial time series object tsobj from the ASCII file named filename. The general format of the text data file is:

Example

dis = ascii2fts('disney.dat', 1, 3, 2)

See Also

fints


 adosc bollinger