strand (version 0.1.3)

example_strategy_config: Load example strategy configuration

Description

Loads an example strategy configuration file for use in examples.

Usage

example_strategy_config()

Arguments

Value

An object of class list that contains the example configuration. The list object is the result of loading the package's example yaml configuration file application/strategy_config.yaml.

Examples

Run this code
# NOT RUN {
config <- example_strategy_config()
names(config$strategies)
show(config$strategies$strategy_1)

# }

Run the code above in your browser using DataCamp Workspace