添加策略
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user