File tree Expand file tree Collapse file tree 1 file changed +35
-15
lines changed
Expand file tree Collapse file tree 1 file changed +35
-15
lines changed Original file line number Diff line number Diff line change 11{
22 "max_open_trades" : 10 ,
33 "currency" : " euro" ,
4- "telegram" : {
5- "enabled" : true ,
6- "bot_name" : " graham bot" ,
7- "token" : " xxxxxxxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ,
8- "chat_id" : " xxxxxxxxxxxxxxxxxx"
4+ "services" : {
5+ "telegram" : {
6+ "enabled" : true ,
7+ "bot_name" : " Sample bot" ,
8+ "token" : " xxxxxxxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ,
9+ "chat_id" : " xxxxxxxxxxxxxxxxxx"
10+ }
911 },
1012 "data_providers" : {
11- "fmp" : {
12- "enabled" : true ,
13- "plugin" : true ,
14- "interval" : 1 ,
15- "time_unit" : " hour" ,
16- "class_name" : " FMPDataProvider"
13+ performance_mode: false:
14+ entries: {
15+ "sample_data_provider" : {
16+ "enabled" : true ,
17+ "plugin" : true ,
18+ "interval" : 1 ,
19+ "time_unit" : " hour" ,
20+ "class_name" : " SampleDataProvider"
21+ },
22+ "sample_data_provider_two" : {
23+ "enabled" : true ,
24+ "plugin" : true ,
25+ "interval" : 1 ,
26+ "time_unit" : " hour" ,
27+ "class_name" : " SampleDataProviderTwo"
28+ }
1729 }
1830 },
1931 "strategies" : {
20- "value_investing_strategy" : {
21- "enabled" : true ,
22- "plugin" : true ,
23- "class_name" : " SampleStrategy"
32+ performance_mode: false:
33+ entries: {
34+ "sample_strategy" : {
35+ "enabled" : true ,
36+ "plugin" : true ,
37+ "class_name" : " SampleStrategy"
38+ },
39+ "sample_strategy_two" : {
40+ "enabled" : true ,
41+ "plugin" : true ,
42+ "class_name" : " SampleStrategyTwo"
43+ }
2444 }
2545 }
2646}
You can’t perform that action at this time.
0 commit comments