get_weights: Get Weights

Description Usage Arguments Value Author(s) Examples

View source: R/get_weights.R

Description

Computes the weights to be allocated for a portfolio, under different strategies. See https://www.pathlit.io/docs/api/weights/ for more information.

Usage

1
get_weights(tickers)

Arguments

tickers

A character vector of instrument tickers.

Value

Returns a table of weights across the strategies for the tickers provided.

Author(s)

Riasat Ali Istiaque, riasat.istiaque@pathlit.io

Examples

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

## End(Not run)

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

Related to get_weights in pathlit...