-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yaml
More file actions
38 lines (35 loc) · 900 Bytes
/
Copy pathconfig.example.yaml
File metadata and controls
38 lines (35 loc) · 900 Bytes
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
# Telegram Configuration
telegram:
token: "YOUR_TELEGRAM_BOT_TOKEN"
# Provide a single ID or a list of IDs:
# chat_id: "YOUR_CHAT_ID"
chat_id:
- "YOUR_CHAT_ID_1"
- "YOUR_CHAT_ID_2"
# Database Configuration
database:
url: "sqlite:///./ratio_scanner.db"
# Scanning Symbols
symbols:
- ticker: "RELIANCE.NS"
name: "Reliance Industries"
benchmarks: ["^NSEI", "^CNXENERGY"]
- ticker: "HDFCBANK.NS"
name: "HDFC Bank"
benchmarks: ["^NSEI", "^NSEBANK"]
- ticker: "INFY.NS"
name: "Infosys"
benchmarks: ["^NSEI"]
- ticker: "TCS.NS"
name: "Tata Consultancy Services"
benchmarks: ["^NSEI"]
# Benchmarks to track
benchmarks:
- ticker: "^NSEI"
name: "Nifty 50"
- ticker: "^NSMIDCP"
name: "Nifty Midcap 100"
- ticker: "^CNXENERGY"
name: "Nifty Energy"
- ticker: "^NSEBANK"
name: "Nifty Bank"