> if dangqianjia > zhiying: > ```
maichu = exchange.Sell(-1, shuliang)
order = exchange.GetOrder(maichu)
maichuid= order[“Id”]
Log(“市价挂单卖出:”,maichuid)
else: Log(“bu挂单卖出:”,dangqianjia)
如果当前价格高于止盈价格 就市价卖出
代码提示Traceback (most recent call last): File “”, line 1249, in init_ctx File “”, line 3236 maichu = exchange.Sell(-1, shuliang) ^ IndentationError: expected an indented block “`