Upload top_trades.json with huggingface_hub
Browse files- top_trades.json +26 -1
top_trades.json
CHANGED
|
@@ -702,5 +702,30 @@
|
|
| 702 |
"strength": 9.690957490103848
|
| 703 |
}
|
| 704 |
],
|
| 705 |
-
"trades_history": [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 706 |
}
|
|
|
|
| 702 |
"strength": 9.690957490103848
|
| 703 |
}
|
| 704 |
],
|
| 705 |
+
"trades_history": [
|
| 706 |
+
{
|
| 707 |
+
"ticker": "CRVO",
|
| 708 |
+
"action": "Buy",
|
| 709 |
+
"price": 6.17,
|
| 710 |
+
"shares": 10,
|
| 711 |
+
"profit": 0,
|
| 712 |
+
"date": "2025-03-13 10:07"
|
| 713 |
+
},
|
| 714 |
+
{
|
| 715 |
+
"ticker": "ABTS",
|
| 716 |
+
"action": "Buy",
|
| 717 |
+
"price": 3.5,
|
| 718 |
+
"shares": 10,
|
| 719 |
+
"profit": 0,
|
| 720 |
+
"date": "2025-03-13 10:07"
|
| 721 |
+
},
|
| 722 |
+
{
|
| 723 |
+
"ticker": "MNDR",
|
| 724 |
+
"action": "Buy",
|
| 725 |
+
"price": 2.19,
|
| 726 |
+
"shares": 10,
|
| 727 |
+
"profit": 0,
|
| 728 |
+
"date": "2025-03-13 10:07"
|
| 729 |
+
}
|
| 730 |
+
]
|
| 731 |
}
|