Description Usage Arguments Value Author(s) Examples
Make a pieplot of the current portfolio
1 | pie_portf(portfolio, returns)
|
portfolio |
A vector defining the portfolio weights |
returns |
A xts with several columns consisting of data |
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.