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.
Norris started the discussion Chain.Underlying.Price doesn't work
from AlgorithmImports import * from datetime import datetime, timedelta class...
Norris left a comment in the discussion Get historical data from custom data
Thank you for the solution. However, the history often becomes empty although there seem to be...
Norris started the discussion Importing remote csv file
Is there any sample code to retrieve remote csv file which includes dates and boolean signalsand...
Norris started the discussion Get historical data from custom data
If you add a custom data by AddData, can you get the value 1 day ago or the value 2 days ago in...
Norris started the discussion Chain.Underlying.Price doesn't work
from AlgorithmImports import * from datetime import datetime, timedelta class...
Norris left a comment in the discussion Chain.Underlying.Price doesn't work
The current_slice doesn't seem to get any option chains. Here are the samples of logs.
Norris left a comment in the discussion Get historical data from custom data
Thank you for the solution. However, the history often becomes empty although there seem to be...
Norris started the discussion Importing remote csv file
Is there any sample code to retrieve remote csv file which includes dates and boolean signalsand...
Norris started the discussion Get historical data from custom data
If you add a custom data by AddData, can you get the value 1 day ago or the value 2 days ago in...
Norris left a comment in the discussion Importing remote csv file
Note: My CSV file only has daily dates and OnData is invoked at 0:00 every day if I add the custom...
Norris left a comment in the discussion Importing remote csv file
Thank you for the solution. Incidentally, it doesn't work if custom_data.value is a boolean. I...
Norris started the discussion Backtesting doesn't run
Even I created just a default template and clicked “Backtest Project” button, it doesn't start...
Norris started the discussion Cannot download the data in local
After initializing a project in local, I ran “lean data download” command, but got an error.
Norris left a comment in the discussion Backtesting doesn't run
Clearing the browser cache solved the problem. Thanks.
Norris left a comment in the discussion Backtesting doesn't run
There seems no incidents on the page so far. I just used the default template code, but still...
Norris started the discussion MOMP() for Treasury Bill Yield
Is it possible to get the momentum of USTreasuryYieldCurveRate (3 months) by MOMP() method? If not,...
Norris started the discussion Best practice to get the historical prices in OnData()
What is the best practice to get the historical prices and volumes in OnData() function?I'd like to...
Norris started the discussion Iterate each stock held in a ETF
How can you iterate through each stock in a ETF universe? For example, I would like to get all...
Norris started the discussion Create a dictionary of ETF and its constituents
How can you create a dictionary with ETF symbol as keys and holdings as values in Python?
Norris left a comment in the discussion Chain.Underlying.Price doesn't work
The current_slice doesn't seem to get any option chains. Here are the samples of logs.
3 months ago