View source: R/genericStrategy.R
addTradeTime | R Documentation |
Adds time when trading is permitted
addTradeTime(this, ...) ## S3 method for class 'Strategy' addTradeTime(this, type, ...)
this |
Strategy |
... |
characters of start and end dates, each element is a vector of two strings that represents time of start and end |
type |
character, one of enter/open (when may open position), close (when must close position), rebalance (when may rebalance position) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.