现金更正 + 法拉电子清仓记录
截图确认: - 可用资金 92,664.20(含天添利) - 冻结 39,481.40 - 总现金 132,145.60 - 总资产 = 持仓市值1,107,670 + 现金132,145.60 = 1,239,815.60 法拉电子 189.20卖出100股已记录
This commit is contained in:
@@ -708,6 +708,7 @@ def main():
|
||||
sig = d.get("timing_signal", "")
|
||||
sector = d.get("sector_context", "")
|
||||
tech = d.get("tech_snapshot", "")
|
||||
mtf_ctx = d.get("multi_tf_context", "")
|
||||
note = d.get("note", "")
|
||||
d_factors = d.get("signal_factors", [])
|
||||
cat = d.get("stock_category", "")
|
||||
@@ -807,6 +808,9 @@ def main():
|
||||
f" 仓位:理论{theo_pct}%×总资产 | 建议{actual_pct}%({details})"
|
||||
)
|
||||
|
||||
if mtf_ctx:
|
||||
lines[-1] += f"\n 均线{mtf_ctx}"
|
||||
|
||||
if swap_text:
|
||||
lines[-1] += f"\n {swap_text}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user