This commit is contained in:
Administrator
2026-02-03 17:57:13 +08:00
parent d7f64050b2
commit d07d3b6a1d
3 changed files with 4 additions and 7 deletions

View File

@@ -320,7 +320,7 @@ class WeexFuturesTransaction:
self.click_safe('x:(//button[normalize-space(text()) = "市价"])')
# 此处可接具体策略循环get_klines -> 信号 -> 开单/平仓
# self.平仓()
# self.开单(marketPriceLongOrder=1, size=100)
self.开单(marketPriceLongOrder=1, size=100)
if __name__ == "__main__":