FutunnOpen / py-futu-api

富途 OpenAPI Python SDK
Apache License 2.0
1.03k stars 221 forks source link

訂單方向不符合持倉要求 #103

Open chivanc opened 3 years ago

chivanc commented 3 years ago

1/ 我用api 成功沽出 sell 期指,所以倉位為 -1 2/然後,用api 成功下了 「限價止蝕盤」, trdside = Buy 3/ 指數向上,到要觸發止蝕時,stop limit 報錯 「訂單方向不符合持倉要求」

想確認一下, 1/ 如果持倉是 -1 時,限價止蝕 trdside 是 buy, 正確嗎 2/ 如果持倉是 1,限價止蝕 trdside 則是 sell?

為何會出現 「訂單方向不符合持倉要求」,應如何解決?