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

Norris started the discussion Chain.Underlying.Price doesn't work

from AlgorithmImports import * from datetime import datetime, timedelta class...

3 months ago

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

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

3 months ago

Norris started the discussion Importing remote csv file

Is there any sample code to retrieve remote csv file which includes dates and boolean signalsand...

4 months ago

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

4 months ago

Norris started the discussion Chain.Underlying.Price doesn't work

from AlgorithmImports import * from datetime import datetime, timedelta class...

3 months ago

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

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

3 months ago

Norris started the discussion Importing remote csv file

Is there any sample code to retrieve remote csv file which includes dates and boolean signalsand...

4 months ago

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

4 months ago

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

4 months ago

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

4 months ago

Norris started the discussion Backtesting doesn't run

Even I created just a default template and clicked “Backtest Project” button, it doesn't start...

11 months ago

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. 

11 months ago

Norris left a comment in the discussion Backtesting doesn't run

Clearing the browser cache solved the problem. Thanks.

11 months ago

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

11 months ago

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

1 years ago

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

1 years ago

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

1 years ago

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?

1 years ago