powered by
Backtests the numbers the user has selected against the full (or the specified) history of UK ThunderBall results
UKThunderballBacktesting(ukthunderball_results, date_since, user_input)
The backtested results
The full list of UK ThunderBall results
The date after which the analysis is to be performed, i.e. 2022-12-22
The seven numbers the user has selected
Tasos Grivas <tasos@openriskcalculator.com>
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