Precheck fails with Quick Start template
-
Hello, I run the precheck notebook with the Q16 Quick Start template but it bugs...
-
@anthony_m Sorry, the problem is that we did not update the precheck file to reflect the "cryptodaily" contest, we will fix the issue....Note that "precheck" was a code used at the beginning for checking the output. Later we implemented a multi-pass backtester which makes automatically the checks. The call in the quick start:
weights = qnbt.backtest( competition_type= "crypto_daily_long", load_data= load_data, lookback_period= 365*4, start_date= "2014-01-01", strategy= strategy, analyze= True, build_plots= True )
makes the needed checks, and you can read output info in the notebook.