공식 레지스트리와 생성물 동기화
This commit is contained in:
@@ -4,13 +4,40 @@
|
||||
"title": "GOLDEN_CROSS_SIGNAL_V1",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"formula_id": { "const": "GOLDEN_CROSS_SIGNAL_V1" },
|
||||
"owner": { "type": "string" },
|
||||
"status": { "type": "string" },
|
||||
"inputs": { "type": "array", "items": { "type": "string" } },
|
||||
"outputs": { "type": "array", "items": { "type": "string" } }
|
||||
"formula_id": {
|
||||
"const": "GOLDEN_CROSS_SIGNAL_V1"
|
||||
},
|
||||
"owner": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"inputs": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["formula_id", "owner", "status", "inputs", "outputs"],
|
||||
"x_formula_inputs": ["ma20", "ma20_prev", "ma60", "ma60_prev"],
|
||||
"x_formula_outputs": ["golden_cross_today"]
|
||||
"required": [
|
||||
"formula_id",
|
||||
"owner",
|
||||
"status",
|
||||
"inputs",
|
||||
"outputs"
|
||||
],
|
||||
"x_formula_inputs": [
|
||||
"ma20",
|
||||
"ma20_prev",
|
||||
"ma60",
|
||||
"ma60_prev"
|
||||
],
|
||||
"x_formula_outputs": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user