get_paths {pathlit}R Documentation

Get Paths

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

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

## Not run: 
get_paths(c("AAPL", "HOG", "KO"))

## End(Not run)

[Package pathlit version 0.1.0 Index]