R中IBrokers的追踪止损顺序

时间:2020-02-14 17:01:47

标签: r interactive-brokers ibrokers

在这种情况下,我想下单,止损价为43.41,追踪百分比为2%。

我使用来自github的joshuaulrich的IBrokers.zip。

但是,当我在TRAIL订单中放置尾随的百分比时,该订单不包含在尾随百分比中。

这是我的代码,

twsOrder(action = "SELL", totalQuantity = 399, orderType = "TRAIL",trailingPercent = "2", tif = "GTC", transmit = FALSE, trailStopPrice = 43.41)

the picture that i want to place order on IB

我想念什么?我该如何解决这个问题?

0 个答案:

没有答案