get_paths: Get Paths

Description Usage Arguments Value Author(s) Examples

View source: R/get_paths.R

Description

Computes the dollar returns of a 100,000 USD portfolio according to the weights computed by get_weights. See https://www.pathlit.io/docs/api/paths/ for more information.

Usage

1
get_paths(tickers)

Arguments

tickers

A character vector of instrument tickers.

Value

Returns a time series of dollar movements across the strategies for the tickers provided.

Author(s)

Riasat Ali Istiaque, riasat.istiaque@pathlit.io

Examples

1
2
3
4
## Not run: 
get_paths(c("AAPL", "HOG", "KO"))

## End(Not run)

pathlit documentation built on July 22, 2021, 9:08 a.m.

Related to get_paths in pathlit...