strategy | R Documentation |
variables passed in dots will be added to the strategy object, and may be used by initialization and wrapup functions, as well as indicators, signals, and rules.
strategy(name, ..., assets = NULL, constraints = NULL, store = FALSE)
name |
character string naming the strategy |
... |
any other passthru parameters |
assets |
optional list of assets to apply the strategy to, should normally be defined in the portfolio, not here |
constraints |
optional portfolio constraints object matching assets |
store |
TRUE/FALSE whether to store the strategy in the .strategy environment, or return it. default FALSE |
applyStrategy
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.