estimator_availableSymbols: Get All Symbol List

Description Usage Arguments Value Author(s) Examples

View source: R/metrics.R

Description

Returns a list of symbols .

Usage

1

Arguments

estimator

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

Value

List of symbols, exchanges and descriptions

Author(s)

Kostin Andrey <andrey.kostin@portfolioeffect.com>

Examples

1
2
3
4
5
6
## 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)

PortfolioEffectEstim documentation built on May 2, 2019, 8:50 a.m.