cover
  • Profile
  • Backtests
  • Community

Biography

Activity on QuantConnect

We are pioneering the radical future for open-source quant finance. QuantConnect is the world's largest quant community, empowering 220,000 quants with a framework, data, and infrastructure for their investments.


Public Backtests (3)

View More
Logical Apricot Monkey

835Tradeable Dates

Hyper-Active Brown Donkey

5812Tradeable Dates

Well Dressed Sky Blue Shark

5803Tradeable Dates


Community

View More

Mike started the discussion Insert object at beginning of RollingWindow

I see there's an Add() method in the RollingWindow class. It adds a new item to the end of the...

8 years ago

Mike started the discussion Does QuantConnect get the latest day's data from Quandl during live trading?

I tweaked the code posted by MichaelH a bit to make a more generic QuandlReader() class.

8 years ago

Mike started the discussion How to output to console from BaseData class

I see Debug(...) is a method of the QCAlorithm() class. And it looks like messages passed to...

8 years ago

Mike started the discussion How can I access "options chain" data in real-time?

I'm wondering if anyone knows how to get the data for a stock's "options chain"? I looked through...

8 years ago

Mike started the discussion A good genetic algorithm framework for C#?

Does anyone know of a good genetic algorithm framework in C#?

8 years ago

Logical Apricot Monkey

835Tradeable Dates

Hyper-Active Brown Donkey

5812Tradeable Dates

Well Dressed Sky Blue Shark

5803Tradeable Dates

Mike started the discussion Insert object at beginning of RollingWindow

I see there's an Add() method in the RollingWindow class. It adds a new item to the end of the...

8 years ago

Mike started the discussion Does QuantConnect get the latest day's data from Quandl during live trading?

I tweaked the code posted by MichaelH a bit to make a more generic QuandlReader() class.

8 years ago

Mike started the discussion How to output to console from BaseData class

I see Debug(...) is a method of the QCAlorithm() class. And it looks like messages passed to...

8 years ago

Mike started the discussion How can I access "options chain" data in real-time?

I'm wondering if anyone knows how to get the data for a stock's "options chain"? I looked through...

8 years ago

Mike started the discussion A good genetic algorithm framework for C#?

Does anyone know of a good genetic algorithm framework in C#?

8 years ago

Mike started the discussion How to change email address used on QuantConnect discussion?

I recently aquired a new email address, but I can't seem to find a way to change the email...

8 years ago

Mike left a comment in the discussion Noob question - what kind of access does QC have to my algorithm?

In my experience, every time I've needed help debugging they ask me first. They've been very good...

8 years ago

Mike left a comment in the discussion Code

Hi Anmol, There are also some example algorithms in the Algorithm/CSharp/ folder on GitHub. ...

8 years ago

Mike left a comment in the discussion How can I access "options chain" data in real-time?

Thanks, I'll try those out.

8 years ago

Mike left a comment in the discussion How to increase log file size?

Yes it was. I meant to update this post stating, I changed it to public override void...

8 years ago

Mike left a comment in the discussion How to increase log file size?

Please disregard my last post. In my sleep deprived state, I must have not noticed the obvious...

8 years ago

Mike left a comment in the discussion How to increase log file size?

I implemented the following, but nothing is outputted. List _logs = new List(); _logs.Add("line...

8 years ago

Mike started the discussion Does browser window need to remain open when live trading?

This might seem like a wacky thing to ask, it does to me, but does the browser window need to...

9 years ago

Mike started the discussion How to increase log file size?

Is there any way I can increase the max size of an algo's log file? Or, ask the QuantConnect...

9 years ago

Mike started the discussion SMS and Email messages

I was using Tradier, but as it turns out, they don't have access to buy or sell the EFT fund I want...

9 years ago

Mike started the discussion Additional log space

I saw another post regarding more log data. It's my understanding that subscribers may request...

9 years ago

Mike started the discussion How to output line number?

This might seem like an overly simple question, but how can I output the line number to the logs...

9 years ago