xiaowei-system/stock_backtest/paper_trades_000001.json

24 lines
541 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"strategy": "MA20突破",
"stock": "平安银行(000001)",
"start_date": "2026-07-12",
"initial_capital": 100000,
"current_capital": 7.0200000000040745,
"positions": [
{
"shares": 9487,
"avg_cost": 10.54
}
],
"closed_trades": [],
"stats": {
"total_trades": 0,
"winning_trades": 0,
"losing_trades": 0,
"total_pnl": 0,
"win_rate": 0
},
"notes": "模拟记录非真实下单。等待MA20金叉信号再买入。",
"last_signal": "买入",
"last_signal_date": "2026-07-13"
}