-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscan_results.json
More file actions
37 lines (37 loc) · 904 Bytes
/
scan_results.json
File metadata and controls
37 lines (37 loc) · 904 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
{
"timestamp": "2025-07-27T09:24:36.640292",
"scan_duration": 218.83909344673157,
"total_signals": 388,
"selected_trades": [
{
"symbol": "AVAAIUSDT",
"action": "SELL",
"confidence": 90,
"strategy": "rsi_overbought",
"current_price": 0.049,
"target_price": 0.04753,
"stop_loss": 0.049980000000000004,
"score": 51.0206858
},
{
"symbol": "PROMPTUSDT",
"action": "SELL",
"confidence": 90,
"strategy": "rsi_overbought",
"current_price": 0.173,
"target_price": 0.16781,
"stop_loss": 0.17645999999999998,
"score": 50.8859628
},
{
"symbol": "1000SATSUSDT",
"action": "BUY",
"confidence": 90,
"strategy": "rsi_oversold",
"current_price": 4.6e-05,
"target_price": 4.7380000000000004e-05,
"stop_loss": 4.508e-05,
"score": 46.313852
}
]
}