fix: DB路径大面积修复——mofin_db/server/technical_analysis/strategy_tree等脚本的Path(__file__).parent/data错误指向scripts/data而非data/ 导致读写分离
- 量价分析: full_analysis输出volume_deep+成交量存储在price_history.json - FK约束移除: holding_strategies外键->holdings阻止自选股写入 - #000850 重评已写入(止损3.74/止盈4.06/RR1.67)含量价信号
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"library_version": "1.0",
|
||||
"total_records": 2,
|
||||
"last_updated": "2026-07-08T01:14:29.611447",
|
||||
"records": [
|
||||
{
|
||||
"task_id": "test-task",
|
||||
"timestamp": "2026-07-08T01:14:29.582665",
|
||||
"attempt": 1,
|
||||
"score": 85,
|
||||
"errors": [
|
||||
"小问题"
|
||||
],
|
||||
"is_failure": false,
|
||||
"context": {
|
||||
"code": "000001",
|
||||
"name": "测试"
|
||||
}
|
||||
},
|
||||
{
|
||||
"task_id": "test-task",
|
||||
"timestamp": "2026-07-08T01:14:29.611356",
|
||||
"attempt": 2,
|
||||
"score": 60,
|
||||
"errors": [
|
||||
"缺少字段: stop_loss",
|
||||
"JSON语法错误"
|
||||
],
|
||||
"is_failure": true,
|
||||
"context": {
|
||||
"code": "000001"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1 +0,0 @@
|
||||
/home/hmo/MoFin/data/mofin.db
|
||||
Reference in New Issue
Block a user