Install
openclaw skills install @cooperiano/a-share-tradingopenclaw skills install @cooperiano/a-share-tradingA 股唯一交易执行层。数据→a-share-data,分析→a-share-analysis。
纯文本存储,无数据库依赖:
~/.openclaw/a_share/watchlist.txt(代码|名称)~/.openclaw/a_share/transactions.txt(日期|代码|买卖|价格|数量|备注)~/.openclaw/a_share/alerts.txt(代码|类型|目标价|当前价|日期)python3 scripts/add_stock.py <代码> [名称]
python3 scripts/remove_stock.py <代码>
python3 scripts/list_stocks.py
python3 scripts/summarize_performance.py
60xxxx(沪) / 00xxxx(深) / 30xxxx(创业板) / 68xxxx(科创板)
【操作建议】XX股(XXXXXX)
方向:做多/观望/回避
入场区间:XX-XX元 | 止损:XX元 | 止盈:XX元
仓位:XX% | 逻辑:[2-3条] | 风险:[1-2条]
预警类型:突破/跌破/放量/金叉死叉 记录到 alerts.txt,定时检查
25 9 * * 1-5 market_open.py # 开盘准备
30 10,13,14 * * 1-5 intraday_check.py # 盘中检查
30 15 * * 1-5 summarize_performance.py # 收盘汇总