run_backtest: Helper function to run the backtest

View source: R/fastbacktest.R

run_backtestR Documentation

Helper function to run the backtest

Description

Helper function to run the backtest

Usage

run_backtest(symbol, data, strat, cost = 0, qty = 1, ...)

Arguments

symbol

name of the dataset or symbol

data

OHLC data

strat

strategy list object

cost

cost for each trade

qty

qty for the order

...

other arguments for 'backtest'


jmayalag/seer documentation built on April 1, 2022, 3:01 p.m.