A protocol for quant funds and researchers to work together without revealing their IP.
<aside> 👉 Just a few tips & examples to make life easier when it comes time to schedule the scripts that send your live features into Judge Research’s API.
</aside>
Cron jobs are everywhere because they are super easy. Still, the Judge Research SDK comes with a function - live_fcs
: live fetch, calculate, submit - that live-sends your feature three times:
It is simple enough but slightly idiosyncratic. More importantly, errors in handling your live submissions will likely be silent errors that introduce bias and/or noise into your live features. So, we thought it prudent to over-document this topic.
Even if you are not going to use live_fcs
or our SDK in general, you might want to quickly review the below so you can don’t make any errors on the last step.
If you have to set up cron for the first time on a server:
sudo service crond start
crontab -e