show_rolling_daily_performance

czsc.show_rolling_daily_performance(df, ret_col, **kwargs)[source]

展示滚动统计数据

Parameters:
  • df – pd.DataFrame, 日收益数据,columns=[‘dt’, ret_col]

  • ret_col – str, 收益列名

  • kwargs