Learn R Programming

PortfolioEffectEstim (version 1.4)

estimator_availableSymbols: Get All Symbol List

Description

Returns a list of symbols .

Usage

estimator_availableSymbols(estimator)

Arguments

estimator
Vector of (time, price) observations for market asset when external market data is used.

Value

Examples

Run this code
## Not run: 
# estimator=estimator_create(asset='AAPL',fromTime="2014-09-01 09:00:00", 
# toTime="2014-09-14 16:00:00")
# list=estimator_availableSymbols(estimator)
# ## End(Not run)

Run the code above in your browser using DataLab