Description Usage Arguments Value Examples
View source: R/Close_Position.R
This functions closes a open position.
1 | Close_Position(actual_decision)
|
actual_decision |
The current position status("BUY IT NOW","SELL IT NOW", "SELL IT NOW CLOSE", "BUY IT NOW CLOSE" ). |
A vector with the new decision.
1 2 | decision <- 'SELL IT NOW'
decision <- Close_Position(actual_decision = decision)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.