Skip to content

Commit a26f3f0

Browse files
feat: update readme
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 77c1988 commit a26f3f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

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

126126
```python
127127
from quant_research_starter.backtest import VectorizedBacktest
128-
##
129128
# Daily rebalancing (default)
130129
bt_daily = VectorizedBacktest(prices, signals, rebalance_freq="D")
131130

0 commit comments

Comments
 (0)