setParams | R Documentation |
Here you can define parameters for rules, indicators, program part and managers of position
Here you can define parameters for rules, indicators, program part and managers of position
setParams(this, ...) changeParams(this, ...) getParams(this, type) ## S3 method for class 'Strategy' setParams(this, args = list(), type = "all", ...) ## S3 method for class 'Strategy' changeParams(this, args = list(), type = "all", ...) ## S3 method for class 'Strategy' getParams(this, type)
this |
Strategy |
... |
args |
type |
character, it can be equal to rules, indicators, pp or pm |
args |
list, define your params here |
## Not run: setParams(this, type = 'rules', args = list(n = 5, a = 2) ) ## End(Not run) ## Not run: setParams(this, type = 'rules', args = list(n = 5, a = 2) ) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.