Skip to content

Commit fe5fa0f

Browse files
committed
Add djia_cyber_monday configuration file
1 parent b2b8a85 commit fe5fa0f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

configs/djia_cyber_monday.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
universe: djia
2+
index_symbols: ["^DJI", "SPY"]
3+
start_year: 2000
4+
end_year: 2024
5+
holiday: US_THANKSGIVING
6+
window:
7+
days_before: 3
8+
days_after: 4
9+
include_open_before: true
10+
include_close_after: true
11+
session:
12+
market: US
13+
timezone: America/New_York
14+
respect_half_days: true
15+
data_source: yahoo
16+
filters:
17+
min_history_years: 10
18+
exclude_missing_ratio: 0.05
19+
ranking:
20+
sort_by: ["median_return", "win_rate", "avg_return"]
21+
min_trades: 15
22+
output:
23+
dir: "data/outputs"
24+
formats: ["parquet", "csv", "html"]
25+
cache:
26+
enabled: true
27+
dir: "data/cache"

0 commit comments

Comments
 (0)