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 (0)

View More

Community

View More

Jonathan left a comment in the discussion Migrating from Quantopian to QuantConnect

import numpy as np import pandas as pd import talib as tb class TestAlgo(QCAlgorithm): def...

7 years ago

Jonathan left a comment in the discussion Migrating from Quantopian to QuantConnect

import numpy as np import pandas as pd import talib as tb class TestAlgo(QCAlgorithm): def...

7 years ago

Jonathan left a comment in the discussion Quantopian Live Shut Down

I second the debugger. Been trying to translate quantopian into Quantconnect and keep getting...

7 years ago

Jonathan left a comment in the discussion Migrating from Quantopian to QuantConnect

For example to get something like this working.

7 years ago

Jonathan left a comment in the discussion Migrating from Quantopian to QuantConnect

Having some trouble with getting data from history. Since its bars I assume that the OHLC data can...

7 years ago

Jonathan left a comment in the discussion Migrating from Quantopian to QuantConnect

import numpy as np import pandas as pd import talib as tb class TestAlgo(QCAlgorithm): def...

7 years ago

Jonathan left a comment in the discussion Migrating from Quantopian to QuantConnect

import numpy as np import pandas as pd import talib as tb class TestAlgo(QCAlgorithm): def...

7 years ago

Jonathan left a comment in the discussion Quantopian Live Shut Down

I second the debugger. Been trying to translate quantopian into Quantconnect and keep getting...

7 years ago

Jonathan left a comment in the discussion Migrating from Quantopian to QuantConnect

For example to get something like this working.

7 years ago

Jonathan left a comment in the discussion Migrating from Quantopian to QuantConnect

Having some trouble with getting data from history. Since its bars I assume that the OHLC data can...

7 years ago

Jonathan left a comment in the discussion Quantopian Live Shut Down

Jared Broad are there plans to add talib to the python libraries?

7 years ago