We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccf7d8f commit 77c1988Copy full SHA for 77c1988
README.md
@@ -125,7 +125,7 @@ The backtester supports different rebalancing frequencies to match your strategy
125
126
```python
127
from quant_research_starter.backtest import VectorizedBacktest
128
-
+##
129
# Daily rebalancing (default)
130
bt_daily = VectorizedBacktest(prices, signals, rebalance_freq="D")
131
0 commit comments