Description Usage Arguments Value Author(s) Examples
Show the development of a weighted portfolio
1 | get_portf_dev(returns, portfolio, date_margins)
|
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 |
A xts with development of portfolio
Philipp Giese
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/")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.