Learn R Programming

Trading (version 3.1)

UKThunderballBacktesting: 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)

Value

The backtested results

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

Author

Tasos Grivas <tasos@openriskcalculator.com>

Examples

Run this code

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

Run the code above in your browser using DataLab