Error in generating create_full_tear_sheet (pyfolio)
-
Hi, unable to solve the below issue, appreciated if anyone can help on this.
DateFeed from Yahoo
data = yf.download(s, start = start_date, end = end_date, adjusted = True, index_col = 'Date', parse_dates=['Date'])
data.index = pd.to_datetime(data.index, format='%Y-%m-%dT%,H:%M:%S.%fZ')
df = bt.feeds.PandasData(dataname=data)while executing pf.create_full_tear_sheet(returns, positions, transactions), it generated basic ratios of backtest and also this error message of
-
@KK as far as I know pyfolio is not supported anymore with backtrader (there is a topic about quantstats as an alternative)
-
@balibou said in Error in generating create_full_tear_sheet (pyfolio):
quantstats
@balibou thanks for the reply, any ref doc/articles on on integration with backtrader?
-
-
-
@balibou Thanks a lot... will give a try
-
@darkknight9394 @KK I tried to make it work here
html full report rendering is not working for the moment, I need to work on it ... if you find a solution in the mid time ... 😎