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

Lance started the discussion Fundamental Universe Selection Complete by 7am ET

According to the fundamental universe documentation, the universe selection arrives at 6/7am and...

6 months ago

Lance left a comment in the discussion Fundamental Universe Selection Complete by 7am ET

One thing my universe filters on is price, which in this case I would want the closing price of the...

6 months ago

Lance started the discussion Calling Customer C# Indicator from Python

In an effort to increase backtesting speed, I would like to convert my custom Python indicator to...

8 months ago

Lance left a comment in the discussion Plotting Specific Data Points

In case this helps anyone else, you can plot data points in the past using Series.add_point() in...

8 months ago

Lance left a comment in the discussion Calling Customer C# Indicator from Python

It looks like the import works for local backtests (but not cloud backtests) if I take one of the...

8 months ago

Lance started the discussion Fundamental Universe Selection Complete by 7am ET

According to the fundamental universe documentation, the universe selection arrives at 6/7am and...

6 months ago

Lance left a comment in the discussion Fundamental Universe Selection Complete by 7am ET

One thing my universe filters on is price, which in this case I would want the closing price of the...

6 months ago

Lance started the discussion Calling Customer C# Indicator from Python

In an effort to increase backtesting speed, I would like to convert my custom Python indicator to...

8 months ago

Lance left a comment in the discussion Plotting Specific Data Points

In case this helps anyone else, you can plot data points in the past using Series.add_point() in...

8 months ago

Lance left a comment in the discussion Calling Customer C# Indicator from Python

It looks like the import works for local backtests (but not cloud backtests) if I take one of the...

8 months ago

Lance left a comment in the discussion Calling Customer C# Indicator from Python

Note: I tried importing the DLL locally for a local backtest and it also didn't work. I put the DLL...

8 months ago

Lance left a comment in the discussion Calling Customer C# Indicator from Python

An interesting observation is that when I upload the DLL file to the QuantConnect workspace, if I...

8 months ago

Lance left a comment in the discussion Calling Customer C# Indicator from Python

Thanks. I was able to compile a DLL in Visual Studio called CSharpIndicators.dll with namespace...

8 months ago