get_portf_dev: Show Portfolio development

Description Usage Arguments Value Author(s) Examples

Description

Show the development of a weighted portfolio

Usage

1
get_portf_dev(returns, portfolio, date_margins)

Arguments

returns

A xts with several columns consisting of data

portfolio

A vector defining the portfolio weights

date_margins

A string specifying the start- and enddates

Value

A xts with development of portfolio

Author(s)

Philipp Giese

Examples

1
2
3
data<-calculate_mutliple_cc("CCCAGG",c("BTC","LTC","DASH"),"USD",7,T)
portf<-c(0.3,0.4,0.3)
get_portf_dev(data,portf,"201810/")

philbtcecho/btcecho documentation built on June 6, 2019, 10:59 a.m.