添加策略

This commit is contained in:
2025-10-25 17:19:16 +08:00
parent 7fdac25742
commit 04ad5b6f1b
9 changed files with 549 additions and 294 deletions

View File

@@ -118,8 +118,8 @@ class SimpleRSIStrategyFixed(IStrategy):
f"方向: {side}, "
f"仓位: {position}"
)
dingtalk.send_text(
content=f"订单成交 - 交易对: {trading_pair}, 时间: {fill_time}, 价格: {fill_price}, 方向: {side}, 仓位: {position}")
# dingtalk.send_text(
# content=f"订单成交 - 交易对: {trading_pair}, 时间: {fill_time}, 价格: {fill_price}, 方向: {side}, 仓位: {position}")
return None