Skip to content

Commit 296b86e

Browse files
author
DUYN
committed
Update config
1 parent 7128435 commit 296b86e

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

config.json.example

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,23 @@
44
"telegram": {
55
"enabled": true,
66
"bot_name": "graham bot",
7-
"token": "xxxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
8-
"chat_id": "xxxxxxxx"
7+
"token": "xxxxxxxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
8+
"chat_id": "xxxxxxxxxxxxxxxxxx"
99
},
10-
"tickers": ["AAPL", "MSFT", "AMZN", "GOOGL", "FB", "BABA", "BRK/A", "BRK/B"],
1110
"data_providers": {
1211
"fmp": {
13-
"enabled": true
12+
"enabled": true,
13+
"plugin": true,
14+
"interval": 1,
15+
"time_unit": "hour",
16+
"class_name": "FMPDataProvider"
17+
}
18+
},
19+
"strategies": {
20+
"value_investing_strategy": {
21+
"enabled": true,
22+
"plugin": true,
23+
"class_name": "SampleStrategy"
1424
}
1525
}
1626
}

0 commit comments

Comments
 (0)