Skip to content

Commit 77c1988

Browse files
feat: final fix
1 parent ccf7d8f commit 77c1988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The backtester supports different rebalancing frequencies to match your strategy
125125

126126
```python
127127
from quant_research_starter.backtest import VectorizedBacktest
128-
128+
##
129129
# Daily rebalancing (default)
130130
bt_daily = VectorizedBacktest(prices, signals, rebalance_freq="D")
131131

0 commit comments

Comments
 (0)