Xavier de Vautibault
Results
1
comments of
Xavier de Vautibault
> it defaults to 252 days assuming you have daily data for the input The problem is here: ```python years = (returns.index[-1] - returns.index[0]).days / periods ``` If you get...