Skip to content

Commit 79b3885

Browse files
Merge branch 'feat/fresh-bollinger-bands-factor' of https://github.com/Satvik-Singh192/QuantResearch_Opcode into feat/fresh-bollinger-bands-factor
2 parents 2bf33aa + 53306ba commit 79b3885

File tree

6 files changed

+19
-566
lines changed

6 files changed

+19
-566
lines changed

.github/ISSUE_TEMPLATE/good-first-issue-2.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,3 @@ Teach `VectorizedBacktest` to rebalance weekly or monthly via a `rebalance_freq`
1414

1515
### Definition of Done
1616
- 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-

.github/PULL_REQUEST_TEMPLATE/pr.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

CODE_OF_CONDUCT.md

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
1-
# Code of Conduct
1+
### Code of Conduct
22

3-
## Our Pledge
3+
We are committed to fostering a welcoming and inclusive community.
44

5-
We pledge to make participation in our community a harassment-free experience for everyone, regardless of background or identity. We commit to fostering an open, welcoming, inclusive, and healthy community.
5+
#### Our Standards
6+
- Be respectful and considerate.
7+
- Assume good intent; seek to understand.
8+
- Accept constructive feedback gracefully.
9+
- Focus on what is best for the community.
610

7-
## Our Standards
11+
#### Unacceptable Behavior
12+
- Harassment, discrimination, or demeaning comments.
13+
- Trolling, personal attacks, or political flame wars.
14+
- Publishing others' private information without consent.
815

9-
**Positive behaviors include:**
10-
- Being respectful and empathetic
11-
- Providing constructive feedback gracefully
12-
- Focusing on what's best for the community
16+
#### Enforcement
17+
- Report incidents to the maintainers via `SECURITY.md` contact or GitHub.
18+
- Maintainers may take appropriate action, including warnings or bans.
1319

14-
**Unacceptable behaviors include:**
15-
- Harassment, trolling, or personal attacks
16-
- Sexualized language or attention
17-
- Publishing others' private information
18-
- Any unprofessional conduct
19-
20-
## Enforcement
21-
22-
Instances of unacceptable behavior may be reported to community leaders at [email protected]. All reports will be reviewed promptly and fairly.
23-
24-
Community leaders will take appropriate action, which may include warnings, temporary bans, or permanent bans for violations.
20+
Adapted from the Contributor Covenant.

0 commit comments

Comments
 (0)