We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Here is a condition that I want place a TRAIL order with stop price is 43.41 and trailing Percent is 2%.
I use IBrokers.zip of joshuaulrich from github.
However, when I place TRAIL order with trailing Percent, the order is not contained with trailing Percent.
twsOrder(action = "SELL", totalQuantity = 399, orderType = "TRAIL",trailingPercent = "2", tif = "GTC", transmit = FALSE, trailStopPrice = 43.41)
[Insert your sessionInfo() output]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Here is a condition that I want place a TRAIL order with stop price is 43.41 and trailing Percent is 2%.
I use IBrokers.zip of joshuaulrich from github.
However, when I place TRAIL order with trailing Percent, the order is not contained with trailing Percent.
Expected behavior
Minimal, reproducible example
Session Info
The text was updated successfully, but these errors were encountered: