可以看看量化软件ETF代码示例如下所示:from xtquant.xttrader import XtQuantTrader
def arbitrage(etf_code, threshold=0.03):
iopv = get_iopv(etf_code)
price = get_last_price(etf_code)
if (price - iopv)/iopv > threshold:
xt_trader.order_stock_async(etf_code, 'SELL', 10000)
发布于2025-7-23 10:51 深圳


分享
注册
1分钟入驻>
关注/提问
13458605082
秒答
搜索更多类似问题 >
电话咨询
+微信


