Skip to content

Commit

Permalink
0.9.35 fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zengbin93 committed Nov 5, 2023
1 parent e350fd0 commit 2944928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion czsc/utils/st_components.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def show_weight_backtest(dfw, **kwargs):

from czsc.traders.weight_backtest import WeightBacktest

wb = WeightBacktest(dfw, fee=fee / 10000)
wb = WeightBacktest(dfw, fee_rate=fee / 10000)
stat = wb.results['绩效评价']

st.divider()
Expand Down

0 comments on commit 2944928

Please sign in to comment.