Description Usage Arguments Examples
Creates a strategy function template file. This file can be used as template for the development of customized strategies.
1 |
name |
String as name of the new function (without spaces). |
file.path |
Valid file path of existing directory where the new function shall be stored in format file.path/name.R. |
overwrite |
If the strategy file already exists, it will be overwritten if value is |
1 2 3 4 5 6 | ##Not run:
# Creates a file myNewStrat.R at the specific file path
newStrategyFunction(name="myNewStrat", file.path=getwd(), overwrite=T)
##End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.