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 1fd9ee0 commit 270ca6cCopy full SHA for 270ca6c
.github/ISSUE_TEMPLATE/good-first-issue-2.md
@@ -14,25 +14,3 @@ Teach `VectorizedBacktest` to rebalance weekly or monthly via a `rebalance_freq`
14
15
### Definition of Done
16
- Tests pass; daily default unchanged.
17
-
18
19
20
----
21
-name: "Good First Issue: Add weekly/monthly rebalancing option"
22
-about: Add `rebalance_freq` support to `VectorizedBacktest`
23
-labels: good-first-issue
24
25
26
-### Summary
27
-Teach `VectorizedBacktest` to rebalance weekly or monthly via a `rebalance_freq` parameter.
28
29
-### Tasks
30
-- Update `_should_rebalance` to respect `W` and `M` frequencies.
31
-- Add tests in `tests/test_backtest.py`.
32
-- Document in README.
33
34
-### Definition of Done
35
-- Tests pass; daily default unchanged.
36
37
38
0 commit comments