cache, pivots wip

This commit is contained in:
Dobromir Popov
2025-10-20 15:21:44 +03:00
parent ba8813f04f
commit e993bc2831
9 changed files with 1630 additions and 99 deletions

View File

@@ -0,0 +1,31 @@
{
"annotations": [
{
"annotation_id": "844508ec-fd73-46e9-861e-b7c401448693",
"symbol": "ETH/USDT",
"timeframe": "1d",
"entry": {
"timestamp": "2025-04-16",
"price": 1577.14,
"index": 312
},
"exit": {
"timestamp": "2025-08-27",
"price": 4506.71,
"index": 445
},
"direction": "LONG",
"profit_loss_pct": 185.7520575218433,
"notes": "",
"created_at": "2025-10-20T13:53:02.710405",
"market_context": {
"entry_state": {},
"exit_state": {}
}
}
],
"metadata": {
"total_annotations": 1,
"last_updated": "2025-10-20T13:53:02.710405"
}
}

View File

@@ -0,0 +1,21 @@
{
"test_case_id": "annotation_844508ec-fd73-46e9-861e-b7c401448693",
"symbol": "ETH/USDT",
"timestamp": "2025-04-16",
"action": "BUY",
"market_state": {},
"expected_outcome": {
"direction": "LONG",
"profit_loss_pct": 185.7520575218433,
"holding_period_seconds": 11491200.0,
"exit_price": 4506.71,
"entry_price": 1577.14
},
"annotation_metadata": {
"annotator": "manual",
"confidence": 1.0,
"notes": "",
"created_at": "2025-10-20T13:53:02.710405",
"timeframe": "1d"
}
}