longportapp / openapi-sdk

LongPort OpenAPI SDK Base.
https://open.longportapp.com
Apache License 2.0
112 stars 11 forks source link

请问如何在夜盘时间设置一个订单,检测到某只股票价格到达200USD就触发一个委托价为202USD的限价单 #18

Open jliasdb opened 6 months ago

jliasdb commented 6 months ago

如题 谢谢大佬

huacnlee commented 6 months ago

你可以创建一个 LIT - 触价限价单,并设定有效期,动作跟 App 里面的条件单类似

https://open.longportapp.com/docs/trade/trade-definition#ordertype https://open.longportapp.com/docs/trade/order/submit

可以看 submit API 里面的 order_type, expire_date 参数