calculate_historical_track: functions to give out the hitorical record according to the...

Description Usage Arguments Details Value Examples

View source: R/calculate_historical_track.R

Description

functions to give out the hitorical record according to the returns calculated from strategy chosen

Usage

1
calculate_historical_track(dataframe, portfolio, weighting)

Arguments

dataframe,

stocks inputs..

portfolio,

portfolio chosen from the stock calculation as a return base

weighting,

determines the weight of period as a sliding window

Details

code to calculate returuns bases on a portfolio determined via the function determine_portfolio

Value

return binded result from historical calculation of stocks based on chosen investment target from portfolio calculation

Examples

1
calculate_historical_track(dataframe, portfolio, weighting)

seungbochoi/private_Rpackage documentation built on May 17, 2019, 12:12 a.m.