Description Usage Arguments Value Author(s) Examples
Plot the portfolio-development in comparison to BTC, ETH and XRP within the examined timeframe
1 2 | plot_rendite(returns, portfolio, returns_safe, date_margin, label,
legend_pos, lwd_thick, lwd_thin)
|
returns |
A xts with several columns consisting of data |
portfolio |
A vector defining the portfolio weights |
date_margin |
A string specifying the start- and enddates |
label |
How to define the examined portfolio within the legend |
legend_pos |
where to set the legend |
lwd_tick |
thickness of main line |
lwd_tin |
thickness of other lines |
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.