Description Usage Arguments Details Value
View source: R/trade-helpers.R
Returns all possible sell trades from a portfolio object
1 | get_sell_trades(pobj, symbols, amount, lot_size = 1, partial = TRUE)
|
pobj |
portfolio object |
symbols |
vector of holding symbols to filter sell tickets by |
amount |
trade amount |
lot_size |
minimum share lot size |
partial |
logical option to allow for partial trade tickets with an amount less than the amount parameter value provided |
Checks current holdings and generates sell tickets based on symbol, trade amount and lot_size
data.frame with possible sell trades
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.