Description Usage Arguments Value Examples
Function to Backtest Strategy Parameters
1 2 3 4 5 | screenStrategyParameter(
data,
screen_perimeter,
updateStrategy = updateStrategy
)
|
data |
OHLC market data |
screen_perimeter |
list containing strat and end value parameters for screening |
updateStrategy |
predifined updateStrategy function containing strategy object definition and rules to set variable parameters |
list with return data
1 2 | screenStrategyParameter(msci_world, CCIpullback_SL-TS,
list(n1_min=35, n1_max=140, n2_min=6, n2_max=30))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.