cover
  • Profile
  • Backtests
  • Community

Biography

Activity on QuantConnect

This section highlights your contributions and engagement across the QuantConnect platform — including backtests, live trades, published research, and community involvement through comments and threads. It reflects your overall activity as part of the QuantConnect community.


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...

8 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...

8 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...

8 years ago

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

For example to get something like this working.

8 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...

8 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...

8 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...

8 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...

8 years ago

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

For example to get something like this working.

8 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...

8 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?

8 years ago