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.
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...
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...
Jonathan left a comment in the discussion Migrating from Quantopian to QuantConnect
For example to get something like this working.
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...
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...
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...
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...
Jonathan left a comment in the discussion Migrating from Quantopian to QuantConnect
For example to get something like this working.
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...
Jonathan left a comment in the discussion Quantopian Live Shut Down
Jared Broad are there plans to add talib to the python libraries?
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