Skip to content

Commit 7cf18a6

Browse files
authored
20260326 #342 screener mode(once vs daily) 비교 분석 자동화 (#348)
* [AI] [REFACT] 백테스트 리팩토링 * [AI] [REFACT] 다이나믹 스크리너 클래스 리팩토링 및 불필요한 코드 제거 * [AI] [REFACT] Remove unused screener configuration parameters * [AI] [FIX] 거래일 캘린더 왜곡 수정
1 parent 079c776 commit 7cf18a6

10 files changed

Lines changed: 1576 additions & 682 deletions

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ __pycache__/
3131
/venv310/
3232
SISC_개인메모.md
3333
AI/data/weights/
34-
34+
AI/backtests/results/
3535
AI/.venv/
3636
AI/data/weights/tcn/
3737

AI/.dockerignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ backend
1010
**/.venv
1111
node_modules
1212
AI/tests
13+
AI/backtests

0 commit comments

Comments
 (0)