UKThunderballBacktesting: UK ThunderBall Backtesting

View source: R/UKThunderBallBacktesting.R

UKThunderballBacktestingR Documentation

UK ThunderBall Backtesting

Description

Backtests the numbers the user has selected against the full (or the specified) history of UK ThunderBall results

Usage

UKThunderballBacktesting(ukthunderball_results, date_since, user_input)

Arguments

ukthunderball_results

The full list of UK ThunderBall results

date_since

The date after which the analysis is to be performed, i.e. 2022-12-22

user_input

The seven numbers the user has selected

Value

The backtested results

Author(s)

Tasos Grivas <tasos@openriskcalculator.com>

Examples


ukthunderball_results = UKThunderBallResults()
user_input = c(10,20,30,31,32,5)
backtested_results = UKThunderballBacktesting(ukthunderball_results, user_input = user_input)

Trading documentation built on April 13, 2025, 5:10 p.m.