Skip to content

Commit c4f855e

Browse files
Revert "feat(factors): add bollinger bands factor"
This reverts commit 19c1cd9.
1 parent 19c1cd9 commit c4f855e

25 files changed

+401
-1991
lines changed

.coverage

0 Bytes
Binary file not shown.

.github/Contributor_Guide/Contributing.md

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

.github/Contributor_Guide/Project_Tour.md

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

.github/Contributor_Guide/commiting.md

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

.github/ISSUE_TEMPLATE/bug_report.yaml

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

.github/ISSUE_TEMPLATE/feature_request.yaml

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ 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+

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ Modify CLI backtest command to also save a Plotly HTML chart for PnL.
1616
- CLI still supports Matplotlib PNG; Plotly HTML added.
1717

1818

19+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
1+
### Summary
2+
Describe the change and why it’s needed.
13

2-
## Description
3-
4-
> Give a brief description of the pull request.
4+
### Changes
5+
-
56

67
### Testing
7-
88
- [ ] `pytest` passes locally
99
- [ ] Linting passes (`ruff`, `black`)
1010

11-
## Semver Changes
12-
13-
- [ ] Patch (bug fix, no new features)
14-
- [ ] Minor (new features, no breaking changes)
15-
- [ ] Major (breaking changes)
16-
17-
## Issues
11+
### Screenshots (optional)
1812

19-
> List any issues that this pull request closes.
13+
### Related Issues
14+
Fixes #
2015

21-
## Checklist
2216

23-
- [ ] I have read the [Contributing Guidelines](../Contributor_Guide/Contruting.md).
2417

.github/workflows/checklabels.yaml

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

0 commit comments

Comments
 (0)