Add live.py lifecycle and event candidates; assemble confirmed vs live in engine; Summary partition; execution_signal source=confirmed only. Keep strategies untouched; do not lower Confirmed thresholds for Live. Co-authored-by: Cursor <cursoragent@cursor.com>
36 lines
738 B
JSON
36 lines
738 B
JSON
{
|
||
"required": [
|
||
"bi_list",
|
||
"bi_zs_list",
|
||
"bsp_list",
|
||
"chan_macd",
|
||
"klc_fx_info",
|
||
"klc_list",
|
||
"klc_trend",
|
||
"kline_data",
|
||
"macd",
|
||
"seg_list",
|
||
"timezone",
|
||
"uncompleted_bi_list",
|
||
"uncompleted_seg_list",
|
||
"uncompleted_zs_list",
|
||
"wyckoff",
|
||
"zs_list"
|
||
],
|
||
"optional_when": {
|
||
"include_structure_zones": ["structure_zones"]
|
||
},
|
||
"wyckoff_keys": [
|
||
"trading_range",
|
||
"bias",
|
||
"phases",
|
||
"events",
|
||
"volume_profile",
|
||
"volume_confirm",
|
||
"cycles",
|
||
"live",
|
||
"lifecycle"
|
||
],
|
||
"notes": "wyckoff 默认返回;cycles[0]=ACTIVE;phases/events=Confirmed;live=Developing(WYCKOFF-LIVE-STRUCTURE-001);Execution 仅 Confirmed;见 docs/notes/"
|
||
}
|