fix no is_trading_hours in simulation trader
This commit is contained in:
parent
f8821fe1ad
commit
42f5064e77
@ -194,7 +194,7 @@ def sell():
|
|||||||
raise ValueError("Price and amount must be positive")
|
raise ValueError("Price and amount must be positive")
|
||||||
|
|
||||||
# 检查是否在交易时间内
|
# 检查是否在交易时间内
|
||||||
if not get_trader().is_trading_hours():
|
if not get_trader().is_trading_time():
|
||||||
logger.warning(
|
logger.warning(
|
||||||
f"交易失败 - 非交易时间不能交易 - 代码: {code}, 价格: {price}, 数量: {amount}"
|
f"交易失败 - 非交易时间不能交易 - 代码: {code}, 价格: {price}, 数量: {amount}"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user