Skip to content

Commit 1bcf9d9

Browse files
author
Mabyre
committed
move advanced_alerts into advanced_alerts directory
1 parent 5dc2c46 commit 1bcf9d9

File tree

3 files changed

+32
-4
lines changed

3 files changed

+32
-4
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"AI.PA": [
3+
{
4+
"alert_type": "rsi_oversold",
5+
"parameters": {
6+
"threshold": 30,
7+
"period": 14
8+
},
9+
"enabled": true,
10+
"priority": 2,
11+
"cooldown_minutes": 120,
12+
"last_triggered": null
13+
}
14+
]
15+
}

TradingInPython/_internal/screeners/screener-001.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"symbol": "AI.PA",
55
"menu_list": "A",
66
"price_purchase": 0.0,
7+
"purchase_date": "",
78
"price_current": 0.0,
89
"price_high": "",
910
"price_high_current": 0.0,
@@ -19,13 +20,16 @@
1920
"volume": 0,
2021
"vol_tot": 0,
2122
"vol_max": 0,
22-
"is_monitoring": true
23+
"cooldown_minutes": "",
24+
"is_monitoring": true,
25+
"price_low_alert_last_triggered": "2025-10-30T09:51:55.956576"
2326
},
2427
{
2528
"name": "AMD",
2629
"symbol": "AMD",
2730
"menu_list": "TECH",
2831
"price_purchase": 0.0,
32+
"purchase_date": "",
2933
"price_current": 0.0,
3034
"price_high": "",
3135
"price_high_current": 0.0,
@@ -41,13 +45,17 @@
4145
"volume": 0,
4246
"vol_tot": 0,
4347
"vol_max": 0,
44-
"is_monitoring": true
48+
"cooldown_minutes": "",
49+
"is_monitoring": true,
50+
"price_low_alert_last_triggered": "2025-10-03T17:32:53.438244",
51+
"message_date_alert_last_triggered": "2025-10-30T09:51:56.133571"
4552
},
4653
{
4754
"name": "NVIDIA",
4855
"symbol": "NVDA",
4956
"menu_list": "TECH",
5057
"price_purchase": 0.0,
58+
"purchase_date": "",
5159
"price_current": 0.0,
5260
"price_high": "",
5361
"price_high_current": 0.0,
@@ -63,13 +71,15 @@
6371
"volume": 0,
6472
"vol_tot": 0,
6573
"vol_max": 0,
74+
"cooldown_minutes": "",
6675
"is_monitoring": true
6776
},
6877
{
6978
"name": "SAFRAN",
7079
"symbol": "SAF.PA",
7180
"menu_list": "Portefeuille",
7281
"price_purchase": 0.0,
82+
"purchase_date": "",
7383
"price_current": 0.0,
7484
"price_high": "",
7585
"price_high_current": 0.0,
@@ -85,13 +95,15 @@
8595
"volume": 0,
8696
"vol_tot": 0,
8797
"vol_max": 0,
88-
"is_monitoring": true
98+
"cooldown_minutes": "",
99+
"is_monitoring": false
89100
},
90101
{
91102
"name": "THALES",
92103
"symbol": "HO.PA",
93104
"menu_list": "Portefeuille",
94105
"price_purchase": 0.0,
106+
"purchase_date": "",
95107
"price_current": 0.0,
96108
"price_high": 145.0,
97109
"price_high_current": 0.0,
@@ -107,7 +119,8 @@
107119
"volume": 0,
108120
"vol_tot": 0,
109121
"vol_max": 0,
110-
"is_monitoring": true,
122+
"cooldown_minutes": "",
123+
"is_monitoring": false,
111124
"volume_max": 1000000
112125
}
113126
]
Binary file not shown.

0 commit comments

Comments
 (0)