xkss
Results
2
issues of
xkss
l do not know how to get the ground truth of the Edge.
**问题描述** 跟踪止盈止损下单报错 ```py ctx_trade.submit_order( symbol = ‘OPTX.US’, order_type = OrderType.TSLPPCT, side = OrderSide.Sell, submitted_quantity = 1, time_in_force = TimeInForceType.Day, trailing_percent = 10, limit_offset = Decimal(0.001), remark = ‘OPTX.US’+"sell", ) ```...