-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
47 lines (47 loc) · 1.18 KB
/
settings.json
File metadata and controls
47 lines (47 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"OPENAI_API_KEY": "your-api-key",
"alpaca_key_id": "for-future-use",
"alpaca_secret_key": "this-version-does-not-use-alpaca",
"alpha_vantage_key": "just-kept-this-as-placeholder",
"BASE_DIR": "Your:/Directory/Project",
"LOG_DIR": "Your:/Directory/Project/logs",
"OUTPUT_DIR": "Your:/Directory/Project/output",
"TEMP_DIR": "Your:/Directory/Project/tmp",
"REPORT_SUBDIR": "reports",
"debug_mode": true,
"enable_stream_monitoring": false,
"use_gpu": true,
"stream_check_interval_sec": 30,
"dashboard_refresh_rate": 5,
"volatility_threshold": 0.3,
"breakout_confidence": 0.85,
"modules": {
"stream_ear_bowr": {
"STREAM_URLS": [
"https://www.youtube.com/watch?v={live_stream_id_here}"
],
"RECORD_SECONDS": 30,
"INTERVAL_MINUTES": 15,
"TOKEN_CAP": 5000,
"KEYWORDS": [
"bullish",
"bearish",
"calls",
"puts",
"earnings",
"momentum",
"volume",
"breakout",
"resistance",
"support",
"googl",
"aapl",
"tsla",
"msft",
"nvda",
"meta",
"amzn"
]
}
}
}