update
This commit is contained in:
@@ -337,7 +337,7 @@ class TradeTargetUI(ttk.Frame):
|
||||
def get_trade_enabled_indicator(self, target: SFGridTradeTarget) -> str:
|
||||
"""获取交易状态指示器"""
|
||||
if target.status == -1:
|
||||
return "请配置交易参数"
|
||||
return "请做交易设置"
|
||||
elif target.status >= 0:
|
||||
if target.enabled:
|
||||
return "▶ 运行中"
|
||||
|
||||
Reference in New Issue
Block a user