rh_placeStopSellOrder: Place stop sell order.

Description Usage Arguments

Description

Place a stop trigger market/limit sell order.

Usage

1
2
rh_placeStopSellOrder(account, ticker, orderType, orderPrice, numShares,
  stopPrice)

Arguments

account

Initialized instance of the R6 Account class. Generated by Account$new(login).

ticker

Equity ticker symbol. All caps string.

orderType

"market" or "limit"

orderPrice

numeric limit price (needed for market order because collared on price)

numShares

number of shares. Numeric class integer only.

stopPrice

numeric stop price


QuantumFuse/robinhoodQF documentation built on Sept. 27, 2019, 1:57 p.m.