Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
RobinHood Vix Mix

I cloned this from Charles Witt's original post and Algo, in this thread.

I got really enthused about what I was learning here in the Quantopian Community Forums, and wrote a Medium blogpost called Hacking 8 Algos, which tells the story of my growing affinity and aptitude for democratized quant finance. I refer to this algorithm, and how I cloned and tested it, and initiated paper trading in early April. I try to ascribe appropriate credit where possible — and may be in error, or have forgotten you. If so, please advise. I encourage all feedback (negative and positive) and discourse!

I am also working on a new post, with 5 more algos and strategies. All thoughts welcome.

11 responses

@Robb Miller
My latest iteration is probably much improved over this one. It is at Robin Hood VIX Mix Rogue Trader
I must give much credit to the Quantopian staff and community. To be sure, there is a lot of crowd sourcing in my algos.
There is plenty of risk, so continue to be cautious with your money!

If you just wanna dip your toes in the water, maybe consider XIV Shotgun algo, which is not my algo.

I'm trading a bastardized version of this algo and It survived last Monday. I had some other algo trading that didnt do so well, but that's life ;)

Thanks for the post Peter - -

Quick question - how are you handling nokoUrl = 'http://173.212.203.121/noko.csv' ?

yes and it had an error a few days ago as the input changed a bit. I rewrote it and put it in a daily cron so it should be more reliable now. if you want it on your own server, this is the script to publish it to your own server:

def create_vixstructurefile():  
    with open('/var/www/html/noko.csv','w') as f:  
        pd.read_html("http://vixcentral.com/historical/?days=3000",parse_dates=True, header=0, index_col=0)[0][:-1].to_csv(f)  
        f.close()  
    print "Created new VIX structure file at '/var/www/html/noko.csv'"          

nokoURL hasnt been updated since 4/10/2018. Any reason why Peter?

I’ll check later. Apologies

Fixed. CROn didn’t run for some reason

Thanks Peter!

Peter, nokourl is down fyi., Thanks

my server crashed with a kernel panic, I'm rebuilding it and it will be up before the markets open

Noko is down fyi