Yes, so far, I just keep trying parameter and fund changes to get lower "Betas"...not very satisfying...
Well, this is what they actually say in the contest FAQ
Beta: How connected your algorithm is to swings in the value of SPY.
Closer to zero is better. Values between 0.3 and -0.3 will pass the
filter. We are computing your beta-to-SPY over a trailing 1-year
period at the end of each month for a year, and then averaging those
results.
but what is the mathematical formula or python code for this...
Is it a correlation coefficient over the last-of-the-month trailing 12 values for the benchmark and the contest prices??
Ok, I found a simple reference...
http://investexcel.net/calculate-stock-beta-with-excel/
now to see if I can get the python code to get the actual number occurring in the Leaderboard.
Perchance, is that calculation in Zipline? I haven't actually looked at that code yet.