plot_rendite_artikel: Plot Returns of different portfolios

Description Usage Arguments Value Author(s) Examples

Description

Plot one portfolio-development in comparison to two other ones

Usage

1
2
plot_rendite_artikel(date_start, returns_safe, portf, rendite, label,
  thick1 = 2, thick2 = 4, yl)

Arguments

date_start

A xts with several columns consisting of data

returns_safe

A vector defining the portfolio weights

portf

A xts with several columns consisting of data

rendite

A vector defining the portfolio weights

label

A xts with several columns consisting of data

thick1

thickness of normal lines

thick2

thickness of portfolio

Value

A plot with development of tree portfolios

Author(s)

Philipp Giese

Examples

1
2
returns_safe<-calculate_mutliple_cc("CCCAGG",c("BTC","LTC","DASH"),"USD",7,T)
portf_safe<-c(0.3,0.4,0.3)

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